Html Css Color HEX #CAF995 Reef

📋 copy color: '#CAF995'

red 202 ◦ green 249 ◦ blue 149

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

Shades of Reef #CAF995

Tints of Reef #CAF995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.5%

 BLUE value IS 149 (58.59% from 255) = 24.83%

R = 33.67%
G = 41.5%
B = 24.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#CAF995 (or 0xCAF995) is known color: Reef. HEX triplet: CA, F9 and 95. RGB value is (202,249,149). Sum of RGB (Red+Green+Blue) = 202+249+149=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 249 (97.66% from 255 or 41.5% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF995 is #35066A. Grayscale: #DFDFDF. Windows color (decimal): -3475051 or 9828810. OLE color: 9828810.

HSL color Cylindrical-coordinate representation of color #CAF995: hue angle of 88.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF995 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 149 -
CMYK 0.19 0 0.40 0.02
HSL 88.2º 0.89% 0.78% -
HSV(B) 88.2º 0.4% 0.98% -
XYZ 63.66 82.48 41 -
YUV 223.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 202 249 149 0.19 0 0.40 0.02 88.2 0.89 0.78
Hex CA F9 95 13 0 28 2 58 59 4E
Octal 312 371 225 23 0 50 2 130 131 116
Binary 11001010 11111001 10010101 10011 0 101000 10 1011000 1011001 1001110

Color Harmonies of #CAF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF995

Black with #CAF995

Text Example


Text Example

White with #CAF995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF995; }

 p { color: rgb(202,249,149); }

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

background-color css

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

 a { background-color: rgb(202,249,149); }

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

border-color css

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

 span { border-color: rgb(202,249,149); }

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