Html Css Color HEX #C0EB96 Reef

📋 copy color: '#C0EB96'

red 192 ◦ green 235 ◦ blue 150

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

Shades of Reef #C0EB96

Tints of Reef #C0EB96

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.73%

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

R = 33.28%
G = 40.73%
B = 26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#C0EB96 (or 0xC0EB96) is known color: Reef. HEX triplet: C0, EB and 96. RGB value is (192,235,150). Sum of RGB (Red+Green+Blue) = 192+235+150=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EB96 is #3F1469. Grayscale: #D4D4D4. Windows color (decimal): -4133994 or 9890752. OLE color: 9890752.

HSL color Cylindrical-coordinate representation of color #C0EB96: hue angle of 90.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0EB96 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 150 -
CMYK 0.18 0 0.36 0.08
HSL 90.35º 0.68% 0.75% -
HSV(B) 90.35º 0.36% 0.92% -
XYZ 56.95 72.83 39.91 -
YUV 212.45 92.75 113.41 -
System Red Green Blue C M Y K H S L
Decimal 192 235 150 0.18 0 0.36 0.08 90.35 0.68 0.75
Hex C0 EB 96 12 0 24 8 5A 44 4B
Octal 300 353 226 22 0 44 10 132 104 113
Binary 11000000 11101011 10010110 10010 0 100100 1000 1011010 1000100 1001011

Color Harmonies of #C0EB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB96

Black with #C0EB96

Text Example


Text Example

White with #C0EB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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