Html Css Color HEX #CAE696 Reef

📋 copy color: '#CAE696'

red 202 ◦ green 230 ◦ blue 150

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

Shades of Reef #CAE696

Tints of Reef #CAE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.52%

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

R = 34.71%
G = 39.52%
B = 25.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CAE696 (or 0xCAE696) is known color: Reef. HEX triplet: CA, E6 and 96. RGB value is (202,230,150). Sum of RGB (Red+Green+Blue) = 202+230+150=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE696 is #351969. Grayscale: #D4D4D4. Windows color (decimal): -3479914 or 9889482. OLE color: 9889482.

HSL color Cylindrical-coordinate representation of color #CAE696: hue angle of 81º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAE696 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 150 -
CMYK 0.12 0 0.35 0.10
HSL 81º 0.62% 0.75% -
HSV(B) 81º 0.35% 0.9% -
XYZ 58.16 71.35 39.56 -
YUV 212.51 92.72 120.5 -
System Red Green Blue C M Y K H S L
Decimal 202 230 150 0.12 0 0.35 0.10 81 0.62 0.75
Hex CA E6 96 C 0 23 A 51 3E 4B
Octal 312 346 226 14 0 43 12 121 76 113
Binary 11001010 11100110 10010110 1100 0 100011 1010 1010001 111110 1001011

Color Harmonies of #CAE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE696

Black with #CAE696

Text Example


Text Example

White with #CAE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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