Html Css Color HEX #CAE598 Reef

📋 copy color: '#CAE598'

red 202 ◦ green 229 ◦ blue 152

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

Shades of Reef #CAE598

Tints of Reef #CAE598

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.28%

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

R = 34.65%
G = 39.28%
B = 26.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#CAE598 (or 0xCAE598) is known color: Reef. HEX triplet: CA, E5 and 98. RGB value is (202,229,152). Sum of RGB (Red+Green+Blue) = 202+229+152=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE598 is #351A67. Grayscale: #D4D4D4. Windows color (decimal): -3480168 or 10020298. OLE color: 10020298.

HSL color Cylindrical-coordinate representation of color #CAE598: hue angle of 81.04º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAE598 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 152 -
CMYK 0.12 0 0.34 0.10
HSL 81.04º 0.6% 0.75% -
HSV(B) 81.04º 0.34% 0.9% -
XYZ 58.04 70.86 40.32 -
YUV 212.15 94.05 120.76 -
System Red Green Blue C M Y K H S L
Decimal 202 229 152 0.12 0 0.34 0.10 81.04 0.6 0.75
Hex CA E5 98 C 0 22 A 51 3C 4B
Octal 312 345 230 14 0 42 12 121 74 113
Binary 11001010 11100101 10011000 1100 0 100010 1010 1010001 111100 1001011

Color Harmonies of #CAE598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE598

Black with #CAE598

Text Example


Text Example

White with #CAE598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE598; }

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

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

background-color css

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

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

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

border-color css

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

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

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