Html Css Color HEX #C0E496 Reef

📋 copy color: '#C0E496'

red 192 ◦ green 228 ◦ blue 150

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

Shades of Reef #C0E496

Tints of Reef #C0E496

RGB

 RED value IS 192 (75.39% from 255) = 33.68%

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

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

R = 33.68%
G = 40%
B = 26.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#C0E496 (or 0xC0E496) is known color: Reef. HEX triplet: C0, E4 and 96. RGB value is (192,228,150). Sum of RGB (Red+Green+Blue) = 192+228+150=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E496 is #3F1B69. Grayscale: #D0D0D0. Windows color (decimal): -4135786 or 9888960. OLE color: 9888960.

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

Color convert

RGB 192 228 150 -
CMYK 0.16 0 0.34 0.11
HSL 87.69º 0.59% 0.74% -
HSV(B) 87.69º 0.34% 0.89% -
XYZ 54.99 68.9 39.25 -
YUV 208.34 95.07 116.34 -
System Red Green Blue C M Y K H S L
Decimal 192 228 150 0.16 0 0.34 0.11 87.69 0.59 0.74
Hex C0 E4 96 10 0 22 B 58 3B 4A
Octal 300 344 226 20 0 42 13 130 73 112
Binary 11000000 11100100 10010110 10000 0 100010 1011 1011000 111011 1001010

Color Harmonies of #C0E496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E496

Black with #C0E496

Text Example


Text Example

White with #C0E496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E496; }

 p { color: rgb(192,228,150); }

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

background-color css

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

 a { background-color: rgb(192,228,150); }

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

border-color css

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

 span { border-color: rgb(192,228,150); }

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