Html Css Color HEX #CAF99E Reef

📋 copy color: '#CAF99E'

red 202 ◦ green 249 ◦ blue 158

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

Shades of Reef #CAF99E

Tints of Reef #CAF99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.94%

R = 33.17%
G = 40.89%
B = 25.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#CAF99E (or 0xCAF99E) is known color: Reef. HEX triplet: CA, F9 and 9E. RGB value is (202,249,158). Sum of RGB (Red+Green+Blue) = 202+249+158=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF99E is #350661. Grayscale: #E0E0E0. Windows color (decimal): -3475042 or 10418634. OLE color: 10418634.

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

Color convert

RGB 202 249 158 -
CMYK 0.19 0 0.37 0.02
HSL 90.99º 0.88% 0.8% -
HSV(B) 90.99º 0.37% 0.98% -
XYZ 64.4 82.78 44.93 -
YUV 224.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 202 249 158 0.19 0 0.37 0.02 90.99 0.88 0.8
Hex CA F9 9E 13 0 25 2 5B 58 50
Octal 312 371 236 23 0 45 2 133 130 120
Binary 11001010 11111001 10011110 10011 0 100101 10 1011011 1011000 1010000

Color Harmonies of #CAF99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF99E

Black with #CAF99E

Text Example


Text Example

White with #CAF99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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