#93CF4B

Color #93CF4B Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #93CF4B

Tints of Atlantis #93CF4B

Color information

#93CF4B (or 0x93CF4B) is unknown color: approx Atlantis. HEX triplet: 93, CF and 4B. RGB value is (147,207,75). Sum of RGB (Red+Green+Blue) = 147+207+75=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93CF4B is #6C30B4. Grayscale: #AEAEAE. Windows color (decimal): -7090357 or 4968339. OLE color: 4968339.

HSL color Cylindrical-coordinate representation of color #93CF4B: hue angle of 87.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93CF4B is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB14720775-
CMYK0.2900.640.19
HSL87.27º57.89%55.29%-
HSV(B)87.27º63.77%81.18%-
XYZ35.6251.3414.69-
YUV174.0172.12108.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 207 (81.25% from 255) = 48.25%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=34.27%
G=48.25%
B=17.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal147207750.2900.640.1987.2757.8955.29
Hex93CF4B1D04013573a37
Octal223317113350100231277267
Binary100100111100111110010111110101000000100111010111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CF4B; }

 p { color: rgb(147,207,75); }

 H1.HeaderClassName
 {
   color: #93CF4B;
 }
 .AnyTagClassName
 {
   color: #93CF4B;
 }
</style>
background-color css

<style>
 a { background-color: #93CF4B; }

 a { background-color: rgb(147,207,75); }

 div.DivClassName
 {
   background-color: #93CF4B;
 }
 .BgClassName
 {
   background-color: #93CF4B;
 }
</style>
border-color css

<style>
 span { border-color: #93CF4B; }

 span { border-color: rgb(147,207,75); }

 td.TdClassName
 {
   border-color: #93CF4B;
 }
 .TagClassName
 {
   border-color: #93CF4B;
 }
</style>