Html Css Color HEX #CAEF96 Reef

📋 copy color: '#CAEF96'

red 202 ◦ green 239 ◦ blue 150

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

Shades of Reef #CAEF96

Tints of Reef #CAEF96

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.44%

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

R = 34.18%
G = 40.44%
B = 25.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#CAEF96 (or 0xCAEF96) is known color: Reef. HEX triplet: CA, EF and 96. RGB value is (202,239,150). Sum of RGB (Red+Green+Blue) = 202+239+150=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEF96 is #351069. Grayscale: #DADADA. Windows color (decimal): -3477610 or 9891786. OLE color: 9891786.

HSL color Cylindrical-coordinate representation of color #CAEF96: hue angle of 84.94º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAEF96 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 239 150 -
CMYK 0.15 0 0.37 0.06
HSL 84.94º 0.74% 0.76% -
HSV(B) 84.94º 0.37% 0.94% -
XYZ 60.73 76.49 40.42 -
YUV 217.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 202 239 150 0.15 0 0.37 0.06 84.94 0.74 0.76
Hex CA EF 96 F 0 25 6 55 4A 4C
Octal 312 357 226 17 0 45 6 125 112 114
Binary 11001010 11101111 10010110 1111 0 100101 110 1010101 1001010 1001100

Color Harmonies of #CAEF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEF96

Black with #CAEF96

Text Example


Text Example

White with #CAEF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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