Html Css Color HEX #CAE098 Reef

📋 copy color: '#CAE098'

red 202 ◦ green 224 ◦ blue 152

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

Shades of Reef #CAE098

Tints of Reef #CAE098

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.75%

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

R = 34.95%
G = 38.75%
B = 26.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#CAE098 (or 0xCAE098) is known color: Reef. HEX triplet: CA, E0 and 98. RGB value is (202,224,152). Sum of RGB (Red+Green+Blue) = 202+224+152=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE098 is #351F67. Grayscale: #D1D1D1. Windows color (decimal): -3481448 or 10019018. OLE color: 10019018.

HSL color Cylindrical-coordinate representation of color #CAE098: hue angle of 78.33º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAE098 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 152 -
CMYK 0.10 0 0.32 0.12
HSL 78.33º 0.54% 0.74% -
HSV(B) 78.33º 0.32% 0.88% -
XYZ 56.68 68.13 39.87 -
YUV 209.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 202 224 152 0.10 0 0.32 0.12 78.33 0.54 0.74
Hex CA E0 98 A 0 20 C 4E 36 4A
Octal 312 340 230 12 0 40 14 116 66 112
Binary 11001010 11100000 10011000 1010 0 100000 1100 1001110 110110 1001010

Color Harmonies of #CAE098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE098

Black with #CAE098

Text Example


Text Example

White with #CAE098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE098; }

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

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

background-color css

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

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

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

border-color css

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

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

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