Html Css Color HEX #CAF19D Reef

📋 copy color: '#CAF19D'

red 202 ◦ green 241 ◦ blue 157

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

Shades of Reef #CAF19D

Tints of Reef #CAF19D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.17%

 BLUE value IS 157 (61.72% from 255) = 26.17%

R = 33.67%
G = 40.17%
B = 26.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#CAF19D (or 0xCAF19D) is known color: Reef. HEX triplet: CA, F1 and 9D. RGB value is (202,241,157). Sum of RGB (Red+Green+Blue) = 202+241+157=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF19D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF19D is #350E62. Grayscale: #DCDCDC. Windows color (decimal): -3477091 or 10351050. OLE color: 10351050.

HSL color Cylindrical-coordinate representation of color #CAF19D: hue angle of 87.86º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAF19D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 157 -
CMYK 0.16 0 0.35 0.05
HSL 87.86º 0.75% 0.78% -
HSV(B) 87.86º 0.35% 0.95% -
XYZ 61.9 77.9 43.67 -
YUV 219.76 92.58 115.33 -
System Red Green Blue C M Y K H S L
Decimal 202 241 157 0.16 0 0.35 0.05 87.86 0.75 0.78
Hex CA F1 9D 10 0 23 5 58 4B 4E
Octal 312 361 235 20 0 43 5 130 113 116
Binary 11001010 11110001 10011101 10000 0 100011 101 1011000 1001011 1001110

Color Harmonies of #CAF19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF19D

Black with #CAF19D

Text Example


Text Example

White with #CAF19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF19D; }

 p { color: rgb(202,241,157); }

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

background-color css

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

 a { background-color: rgb(202,241,157); }

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

border-color css

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

 span { border-color: rgb(202,241,157); }

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