Html Css Color HEX #CAE595 Reef

📋 copy color: '#CAE595'

red 202 ◦ green 229 ◦ blue 149

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

Shades of Reef #CAE595

Tints of Reef #CAE595

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.48%

 BLUE value IS 149 (58.59% from 255) = 25.69%

R = 34.83%
G = 39.48%
B = 25.69%

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

#CAE595 (or 0xCAE595) is known color: Reef. HEX triplet: CA, E5 and 95. RGB value is (202,229,149). Sum of RGB (Red+Green+Blue) = 202+229+149=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE595 is #351A6A. Grayscale: #D4D4D4. Windows color (decimal): -3480171 or 9823690. OLE color: 9823690.

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

Color convert

RGB 202 229 149 -
CMYK 0.12 0 0.35 0.10
HSL 80.25º 0.61% 0.74% -
HSV(B) 80.25º 0.35% 0.9% -
XYZ 57.8 70.77 39.05 -
YUV 211.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 202 229 149 0.12 0 0.35 0.10 80.25 0.61 0.74
Hex CA E5 95 C 0 23 A 50 3D 4A
Octal 312 345 225 14 0 43 12 120 75 112
Binary 11001010 11100101 10010101 1100 0 100011 1010 1010000 111101 1001010

Color Harmonies of #CAE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE595

Black with #CAE595

Text Example


Text Example

White with #CAE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE595; }

 p { color: rgb(202,229,149); }

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

background-color css

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

 a { background-color: rgb(202,229,149); }

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

border-color css

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

 span { border-color: rgb(202,229,149); }

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