Html Css Color HEX #CAE998 Reef

📋 copy color: '#CAE998'

red 202 ◦ green 233 ◦ blue 152

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

Shades of Reef #CAE998

Tints of Reef #CAE998

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.69%

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

R = 34.41%
G = 39.69%
B = 25.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#CAE998 (or 0xCAE998) is known color: Reef. HEX triplet: CA, E9 and 98. RGB value is (202,233,152). Sum of RGB (Red+Green+Blue) = 202+233+152=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE998 is #351667. Grayscale: #D6D6D6. Windows color (decimal): -3479144 or 10021322. OLE color: 10021322.

HSL color Cylindrical-coordinate representation of color #CAE998: hue angle of 82.96º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAE998 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 152 -
CMYK 0.13 0 0.35 0.09
HSL 82.96º 0.65% 0.75% -
HSV(B) 82.96º 0.35% 0.91% -
XYZ 59.16 73.1 40.7 -
YUV 214.5 92.73 119.09 -
System Red Green Blue C M Y K H S L
Decimal 202 233 152 0.13 0 0.35 0.09 82.96 0.65 0.75
Hex CA E9 98 D 0 23 9 53 41 4B
Octal 312 351 230 15 0 43 11 123 101 113
Binary 11001010 11101001 10011000 1101 0 100011 1001 1010011 1000001 1001011

Color Harmonies of #CAE998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE998

Black with #CAE998

Text Example


Text Example

White with #CAE998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE998; }

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

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

background-color css

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

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

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

border-color css

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

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

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