Html Css Color HEX #CAF898 Reef

📋 copy color: '#CAF898'

red 202 ◦ green 248 ◦ blue 152

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

Shades of Reef #CAF898

Tints of Reef #CAF898

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.2%

 BLUE value IS 152 (59.77% from 255) = 25.25%

R = 33.55%
G = 41.2%
B = 25.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#CAF898 (or 0xCAF898) is known color: Reef. HEX triplet: CA, F8 and 98. RGB value is (202,248,152). Sum of RGB (Red+Green+Blue) = 202+248+152=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF898 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF898 is #350767. Grayscale: #DFDFDF. Windows color (decimal): -3475304 or 10025162. OLE color: 10025162.

HSL color Cylindrical-coordinate representation of color #CAF898: hue angle of 88.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAF898 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 152 -
CMYK 0.19 0 0.39 0.03
HSL 88.75º 0.87% 0.78% -
HSV(B) 88.75º 0.39% 0.97% -
XYZ 63.59 81.96 42.17 -
YUV 223.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 202 248 152 0.19 0 0.39 0.03 88.75 0.87 0.78
Hex CA F8 98 13 0 27 3 59 57 4E
Octal 312 370 230 23 0 47 3 131 127 116
Binary 11001010 11111000 10011000 10011 0 100111 11 1011001 1010111 1001110

Color Harmonies of #CAF898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF898

Black with #CAF898

Text Example


Text Example

White with #CAF898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF898; }

 p { color: rgb(202,248,152); }

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

background-color css

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

 a { background-color: rgb(202,248,152); }

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

border-color css

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

 span { border-color: rgb(202,248,152); }

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