Html Css Color HEX #CAF595 Reef

📋 copy color: '#CAF595'

red 202 ◦ green 245 ◦ blue 149

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

Shades of Reef #CAF595

Tints of Reef #CAF595

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.11%

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

R = 33.89%
G = 41.11%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CAF595 (or 0xCAF595) is known color: Reef. HEX triplet: CA, F5 and 95. RGB value is (202,245,149). Sum of RGB (Red+Green+Blue) = 202+245+149=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF595 is #350A6A. Grayscale: #DDDDDD. Windows color (decimal): -3476075 or 9827786. OLE color: 9827786.

HSL color Cylindrical-coordinate representation of color #CAF595: hue angle of 86.88º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAF595 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 149 -
CMYK 0.18 0 0.39 0.04
HSL 86.88º 0.83% 0.77% -
HSV(B) 86.88º 0.39% 0.96% -
XYZ 62.43 80.03 40.59 -
YUV 221.2 87.25 114.31 -
System Red Green Blue C M Y K H S L
Decimal 202 245 149 0.18 0 0.39 0.04 86.88 0.83 0.77
Hex CA F5 95 12 0 27 4 57 53 4D
Octal 312 365 225 22 0 47 4 127 123 115
Binary 11001010 11110101 10010101 10010 0 100111 100 1010111 1010011 1001101

Color Harmonies of #CAF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF595

Black with #CAF595

Text Example


Text Example

White with #CAF595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF595; }

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

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

background-color css

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

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

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

border-color css

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

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

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