Html Css Color HEX #CAF99B Reef

📋 copy color: '#CAF99B'

red 202 ◦ green 249 ◦ blue 155

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

Shades of Reef #CAF99B

Tints of Reef #CAF99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.58%

R = 33.33%
G = 41.09%
B = 25.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#CAF99B (or 0xCAF99B) is known color: Reef. HEX triplet: CA, F9 and 9B. RGB value is (202,249,155). Sum of RGB (Red+Green+Blue) = 202+249+155=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF99B is #350664. Grayscale: #E0E0E0. Windows color (decimal): -3475045 or 10222026. OLE color: 10222026.

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

Color convert

RGB 202 249 155 -
CMYK 0.19 0 0.38 0.02
HSL 90º 0.89% 0.79% -
HSV(B) 90º 0.38% 0.98% -
XYZ 64.15 82.67 43.59 -
YUV 224.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 202 249 155 0.19 0 0.38 0.02 90 0.89 0.79
Hex CA F9 9B 13 0 26 2 5A 59 4F
Octal 312 371 233 23 0 46 2 132 131 117
Binary 11001010 11111001 10011011 10011 0 100110 10 1011010 1011001 1001111

Color Harmonies of #CAF99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF99B

Black with #CAF99B

Text Example


Text Example

White with #CAF99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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