Html Css Color HEX #C0EB95 Reef

📋 copy color: '#C0EB95'

red 192 ◦ green 235 ◦ blue 149

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

Shades of Reef #C0EB95

Tints of Reef #C0EB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.87%

R = 33.33%
G = 40.8%
B = 25.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#C0EB95 (or 0xC0EB95) is known color: Reef. HEX triplet: C0, EB and 95. RGB value is (192,235,149). Sum of RGB (Red+Green+Blue) = 192+235+149=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EB95 is #3F146A. Grayscale: #D4D4D4. Windows color (decimal): -4133995 or 9825216. OLE color: 9825216.

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

Color convert

RGB 192 235 149 -
CMYK 0.18 0 0.37 0.08
HSL 90º 0.68% 0.75% -
HSV(B) 90º 0.37% 0.92% -
XYZ 56.87 72.79 39.49 -
YUV 212.34 92.25 113.49 -
System Red Green Blue C M Y K H S L
Decimal 192 235 149 0.18 0 0.37 0.08 90 0.68 0.75
Hex C0 EB 95 12 0 25 8 5A 44 4B
Octal 300 353 225 22 0 45 10 132 104 113
Binary 11000000 11101011 10010101 10010 0 100101 1000 1011010 1000100 1001011

Color Harmonies of #C0EB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB95

Black with #C0EB95

Text Example


Text Example

White with #C0EB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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