Html Css Color HEX #CAE293 Reef

📋 copy color: '#CAE293'

red 202 ◦ green 226 ◦ blue 147

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

Shades of Reef #CAE293

Tints of Reef #CAE293

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.3%

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

R = 35.13%
G = 39.3%
B = 25.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#CAE293 (or 0xCAE293) is known color: Reef. HEX triplet: CA, E2 and 93. RGB value is (202,226,147). Sum of RGB (Red+Green+Blue) = 202+226+147=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE293 is #351D6C. Grayscale: #D2D2D2. Windows color (decimal): -3480941 or 9691850. OLE color: 9691850.

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

Color convert

RGB 202 226 147 -
CMYK 0.11 0 0.35 0.11
HSL 78.23º 0.58% 0.73% -
HSV(B) 78.23º 0.35% 0.89% -
XYZ 56.82 69.06 37.94 -
YUV 209.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 202 226 147 0.11 0 0.35 0.11 78.23 0.58 0.73
Hex CA E2 93 B 0 23 B 4E 3A 49
Octal 312 342 223 13 0 43 13 116 72 111
Binary 11001010 11100010 10010011 1011 0 100011 1011 1001110 111010 1001001

Color Harmonies of #CAE293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE293

Black with #CAE293

Text Example


Text Example

White with #CAE293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE293; }

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

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

background-color css

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

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

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

border-color css

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

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

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