Html Css Color HEX #CAE398 Reef

📋 copy color: '#CAE398'

red 202 ◦ green 227 ◦ blue 152

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

Shades of Reef #CAE398

Tints of Reef #CAE398

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.07%

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

R = 34.77%
G = 39.07%
B = 26.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#CAE398 (or 0xCAE398) is known color: Reef. HEX triplet: CA, E3 and 98. RGB value is (202,227,152). Sum of RGB (Red+Green+Blue) = 202+227+152=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE398 is #351C67. Grayscale: #D3D3D3. Windows color (decimal): -3480680 or 10019786. OLE color: 10019786.

HSL color Cylindrical-coordinate representation of color #CAE398: hue angle of 80º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAE398 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 152 -
CMYK 0.11 0 0.33 0.11
HSL 80º 0.57% 0.74% -
HSV(B) 80º 0.33% 0.89% -
XYZ 57.49 69.76 40.14 -
YUV 210.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 202 227 152 0.11 0 0.33 0.11 80 0.57 0.74
Hex CA E3 98 B 0 21 B 50 39 4A
Octal 312 343 230 13 0 41 13 120 71 112
Binary 11001010 11100011 10011000 1011 0 100001 1011 1010000 111001 1001010

Color Harmonies of #CAE398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE398

Black with #CAE398

Text Example


Text Example

White with #CAE398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE398; }

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

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

background-color css

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

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

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

border-color css

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

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

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