Html Css Color HEX #CAE493 Reef

📋 copy color: '#CAE493'

red 202 ◦ green 228 ◦ blue 147

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

Shades of Reef #CAE493

Tints of Reef #CAE493

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.51%

 BLUE value IS 147 (57.81% from 255) = 25.48%

R = 35.01%
G = 39.51%
B = 25.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#CAE493 (or 0xCAE493) is known color: Reef. HEX triplet: CA, E4 and 93. RGB value is (202,228,147). Sum of RGB (Red+Green+Blue) = 202+228+147=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE493 is #351B6C. Grayscale: #D3D3D3. Windows color (decimal): -3480429 or 9692362. OLE color: 9692362.

HSL color Cylindrical-coordinate representation of color #CAE493: hue angle of 79.26º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAE493 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 147 -
CMYK 0.11 0 0.36 0.11
HSL 79.26º 0.6% 0.74% -
HSV(B) 79.26º 0.36% 0.89% -
XYZ 57.37 70.15 38.12 -
YUV 210.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 202 228 147 0.11 0 0.36 0.11 79.26 0.6 0.74
Hex CA E4 93 B 0 24 B 4F 3C 4A
Octal 312 344 223 13 0 44 13 117 74 112
Binary 11001010 11100100 10010011 1011 0 100100 1011 1001111 111100 1001010

Color Harmonies of #CAE493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE493

Black with #CAE493

Text Example


Text Example

White with #CAE493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE493; }

 p { color: rgb(202,228,147); }

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

background-color css

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

 a { background-color: rgb(202,228,147); }

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

border-color css

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

 span { border-color: rgb(202,228,147); }

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