Html Css Color HEX #CAFE93 Reef

📋 copy color: '#CAFE93'

red 202 ◦ green 254 ◦ blue 147

#CAFE93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CAFE93

Tints of Reef #CAFE93

RGB

 RED value IS 202 (79.3% from 255) = 33.5%

 GREEN value IS 254 (99.61% from 255) = 42.12%

 BLUE value IS 147 (57.81% from 255) = 24.38%

R = 33.5%
G = 42.12%
B = 24.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#CAFE93 (or 0xCAFE93) is known color: Reef. HEX triplet: CA, FE and 93. RGB value is (202,254,147). Sum of RGB (Red+Green+Blue) = 202+254+147=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE93 is #35016C. Grayscale: #E2E2E2. Windows color (decimal): -3473773 or 9699018. OLE color: 9699018.

HSL color Cylindrical-coordinate representation of color #CAFE93: hue angle of 89.16º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAFE93 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 147 -
CMYK 0.20 0 0.42 0.00
HSL 89.16º 0.98% 0.79% -
HSV(B) 89.16º 0.42% 1% -
XYZ 65.07 85.55 40.69 -
YUV 226.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 202 254 147 0.20 0 0.42 0.00 89.16 0.98 0.79
Hex CA FE 93 14 0 2A 0 59 62 4F
Octal 312 376 223 24 0 52 0 131 142 117
Binary 11001010 11111110 10010011 10100 0 101010 0 1011001 1100010 1001111

Color Harmonies of #CAFE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFE93

Black with #CAFE93

Text Example


Text Example

White with #CAFE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFE93; }

 p { color: rgb(202,254,147); }

 H1.HeaderClassName
 {
   color: #CAFE93;
 }
 .AnyTagClassName
 {
   color: #CAFE93;
 }
</style>

background-color css

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

 a { background-color: rgb(202,254,147); }

 div.DivClassName
 {
   background-color: #CAFE93;
 }
 .BgClassName
 {
   background-color: #CAFE93;
 }
</style>

border-color css

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

 span { border-color: rgb(202,254,147); }

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