Html Css Color HEX #CAF197 Reef

📋 copy color: '#CAF197'

red 202 ◦ green 241 ◦ blue 151

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

Shades of Reef #CAF197

Tints of Reef #CAF197

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.57%

 BLUE value IS 151 (59.38% from 255) = 25.42%

R = 34.01%
G = 40.57%
B = 25.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#CAF197 (or 0xCAF197) is known color: Reef. HEX triplet: CA, F1 and 97. RGB value is (202,241,151). Sum of RGB (Red+Green+Blue) = 202+241+151=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF197 is #350E68. Grayscale: #DBDBDB. Windows color (decimal): -3477097 or 9957834. OLE color: 9957834.

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

Color convert

RGB 202 241 151 -
CMYK 0.16 0 0.37 0.05
HSL 86º 0.76% 0.77% -
HSV(B) 86º 0.37% 0.95% -
XYZ 61.4 77.7 41.04 -
YUV 219.08 89.58 115.82 -
System Red Green Blue C M Y K H S L
Decimal 202 241 151 0.16 0 0.37 0.05 86 0.76 0.77
Hex CA F1 97 10 0 25 5 56 4C 4D
Octal 312 361 227 20 0 45 5 126 114 115
Binary 11001010 11110001 10010111 10000 0 100101 101 1010110 1001100 1001101

Color Harmonies of #CAF197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF197

Black with #CAF197

Text Example


Text Example

White with #CAF197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF197; }

 p { color: rgb(202,241,151); }

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

background-color css

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

 a { background-color: rgb(202,241,151); }

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

border-color css

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

 span { border-color: rgb(202,241,151); }

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