Html Css Color HEX #CAE592 Reef

📋 copy color: '#CAE592'

red 202 ◦ green 229 ◦ blue 146

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

Shades of Reef #CAE592

Tints of Reef #CAE592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.3%

R = 35.01%
G = 39.69%
B = 25.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#CAE592 (or 0xCAE592) is known color: Reef. HEX triplet: CA, E5 and 92. RGB value is (202,229,146). Sum of RGB (Red+Green+Blue) = 202+229+146=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE592 is #351A6D. Grayscale: #D3D3D3. Windows color (decimal): -3480174 or 9627082. OLE color: 9627082.

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

Color convert

RGB 202 229 146 -
CMYK 0.12 0 0.36 0.10
HSL 79.52º 0.61% 0.74% -
HSV(B) 79.52º 0.36% 0.9% -
XYZ 57.56 70.67 37.8 -
YUV 211.47 91.05 121.25 -
System Red Green Blue C M Y K H S L
Decimal 202 229 146 0.12 0 0.36 0.10 79.52 0.61 0.74
Hex CA E5 92 C 0 24 A 50 3D 4A
Octal 312 345 222 14 0 44 12 120 75 112
Binary 11001010 11100101 10010010 1100 0 100100 1010 1010000 111101 1001010

Color Harmonies of #CAE592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE592

Black with #CAE592

Text Example


Text Example

White with #CAE592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE592; }

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

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

background-color css

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

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

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

border-color css

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

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

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