Html Css Color HEX #CAF89B Reef

📋 copy color: '#CAF89B'

red 202 ◦ green 248 ◦ blue 155

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

Shades of Reef #CAF89B

Tints of Reef #CAF89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.62%

R = 33.39%
G = 40.99%
B = 25.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#CAF89B (or 0xCAF89B) is known color: Reef. HEX triplet: CA, F8 and 9B. RGB value is (202,248,155). Sum of RGB (Red+Green+Blue) = 202+248+155=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF89B is #350764. Grayscale: #DFDFDF. Windows color (decimal): -3475301 or 10221770. OLE color: 10221770.

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

Color convert

RGB 202 248 155 -
CMYK 0.19 0 0.38 0.03
HSL 89.68º 0.87% 0.79% -
HSV(B) 89.68º 0.38% 0.97% -
XYZ 63.84 82.06 43.48 -
YUV 223.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 202 248 155 0.19 0 0.38 0.03 89.68 0.87 0.79
Hex CA F8 9B 13 0 26 3 5A 57 4F
Octal 312 370 233 23 0 46 3 132 127 117
Binary 11001010 11111000 10011011 10011 0 100110 11 1011010 1010111 1001111

Color Harmonies of #CAF89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF89B

Black with #CAF89B

Text Example


Text Example

White with #CAF89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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