Html Css Color HEX #CAF89D Reef

📋 copy color: '#CAF89D'

red 202 ◦ green 248 ◦ blue 157

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

Shades of Reef #CAF89D

Tints of Reef #CAF89D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.86%

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

R = 33.28%
G = 40.86%
B = 25.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#CAF89D (or 0xCAF89D) is known color: Reef. HEX triplet: CA, F8 and 9D. RGB value is (202,248,157). Sum of RGB (Red+Green+Blue) = 202+248+157=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF89D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF89D is #350762. Grayscale: #E0E0E0. Windows color (decimal): -3475299 or 10352842. OLE color: 10352842.

HSL color Cylindrical-coordinate representation of color #CAF89D: hue angle of 90.33º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAF89D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 157 -
CMYK 0.19 0 0.37 0.03
HSL 90.33º 0.87% 0.79% -
HSV(B) 90.33º 0.37% 0.97% -
XYZ 64.01 82.13 44.38 -
YUV 223.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 202 248 157 0.19 0 0.37 0.03 90.33 0.87 0.79
Hex CA F8 9D 13 0 25 3 5A 57 4F
Octal 312 370 235 23 0 45 3 132 127 117
Binary 11001010 11111000 10011101 10011 0 100101 11 1011010 1010111 1001111

Color Harmonies of #CAF89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF89D

Black with #CAF89D

Text Example


Text Example

White with #CAF89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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