Html Css Color HEX #CAF296 Reef

📋 copy color: '#CAF296'

red 202 ◦ green 242 ◦ blue 150

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

Shades of Reef #CAF296

Tints of Reef #CAF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.74%

 BLUE value IS 150 (58.98% from 255) = 25.25%

R = 34.01%
G = 40.74%
B = 25.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CAF296 (or 0xCAF296) is known color: Reef. HEX triplet: CA, F2 and 96. RGB value is (202,242,150). Sum of RGB (Red+Green+Blue) = 202+242+150=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF296 is #350D69. Grayscale: #DBDBDB. Windows color (decimal): -3476842 or 9892554. OLE color: 9892554.

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

Color convert

RGB 202 242 150 -
CMYK 0.17 0 0.38 0.05
HSL 86.09º 0.78% 0.77% -
HSV(B) 86.09º 0.38% 0.95% -
XYZ 61.61 78.26 40.71 -
YUV 219.55 88.75 115.48 -
System Red Green Blue C M Y K H S L
Decimal 202 242 150 0.17 0 0.38 0.05 86.09 0.78 0.77
Hex CA F2 96 11 0 26 5 56 4E 4D
Octal 312 362 226 21 0 46 5 126 116 115
Binary 11001010 11110010 10010110 10001 0 100110 101 1010110 1001110 1001101

Color Harmonies of #CAF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF296

Black with #CAF296

Text Example


Text Example

White with #CAF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF296; }

 p { color: rgb(202,242,150); }

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

background-color css

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

 a { background-color: rgb(202,242,150); }

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

border-color css

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

 span { border-color: rgb(202,242,150); }

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