Html Css Color HEX #CAE198 Reef

📋 copy color: '#CAE198'

red 202 ◦ green 225 ◦ blue 152

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

Shades of Reef #CAE198

Tints of Reef #CAE198

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.86%

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

R = 34.89%
G = 38.86%
B = 26.25%

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

#CAE198 (or 0xCAE198) is known color: Reef. HEX triplet: CA, E1 and 98. RGB value is (202,225,152). Sum of RGB (Red+Green+Blue) = 202+225+152=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE198 is #351E67. Grayscale: #D2D2D2. Windows color (decimal): -3481192 or 10019274. OLE color: 10019274.

HSL color Cylindrical-coordinate representation of color #CAE198: hue angle of 78.9º degrees, saturation: 0.55, 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 #CAE198 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 152 -
CMYK 0.10 0 0.32 0.12
HSL 78.9º 0.55% 0.74% -
HSV(B) 78.9º 0.32% 0.88% -
XYZ 56.95 68.67 39.96 -
YUV 209.8 95.38 122.44 -
System Red Green Blue C M Y K H S L
Decimal 202 225 152 0.10 0 0.32 0.12 78.9 0.55 0.74
Hex CA E1 98 A 0 20 C 4F 37 4A
Octal 312 341 230 12 0 40 14 117 67 112
Binary 11001010 11100001 10011000 1010 0 100000 1100 1001111 110111 1001010

Color Harmonies of #CAE198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE198

Black with #CAE198

Text Example


Text Example

White with #CAE198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE198; }

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

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

background-color css

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

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

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

border-color css

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

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

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