Html Css Color HEX #CAF991 Reef

📋 copy color: '#CAF991'

red 202 ◦ green 249 ◦ blue 145

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

Shades of Reef #CAF991

Tints of Reef #CAF991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.33%

R = 33.89%
G = 41.78%
B = 24.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#CAF991 (or 0xCAF991) is known color: Reef. HEX triplet: CA, F9 and 91. RGB value is (202,249,145). Sum of RGB (Red+Green+Blue) = 202+249+145=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF991 is #35066E. Grayscale: #DFDFDF. Windows color (decimal): -3475055 or 9566666. OLE color: 9566666.

HSL color Cylindrical-coordinate representation of color #CAF991: hue angle of 87.12º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAF991 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 145 -
CMYK 0.19 0 0.42 0.02
HSL 87.12º 0.9% 0.77% -
HSV(B) 87.12º 0.42% 0.98% -
XYZ 63.34 82.35 39.35 -
YUV 223.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 202 249 145 0.19 0 0.42 0.02 87.12 0.9 0.77
Hex CA F9 91 13 0 2A 2 57 5A 4D
Octal 312 371 221 23 0 52 2 127 132 115
Binary 11001010 11111001 10010001 10011 0 101010 10 1010111 1011010 1001101

Color Harmonies of #CAF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF991

Black with #CAF991

Text Example


Text Example

White with #CAF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF991; }

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

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

background-color css

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

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

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

border-color css

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

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

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