Html Css Color HEX #C0EB50 Conifer

📋 copy color: '#C0EB50'

red 192 ◦ green 235 ◦ blue 80

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

Shades of Conifer #C0EB50

Tints of Conifer #C0EB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.78%

R = 37.87%
G = 46.35%
B = 15.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#C0EB50 (or 0xC0EB50) is known color: Conifer. HEX triplet: C0, EB and 50. RGB value is (192,235,80). Sum of RGB (Red+Green+Blue) = 192+235+80=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EB50 is #3F14AF. Grayscale: #CDCDCD. Windows color (decimal): -4134064 or 5303232. OLE color: 5303232.

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

Color convert

RGB 192 235 80 -
CMYK 0.18 0 0.66 0.08
HSL 76.65º 0.79% 0.62% -
HSV(B) 76.65º 0.66% 0.92% -
XYZ 52.89 71.2 18.55 -
YUV 204.47 57.75 119.1 -
System Red Green Blue C M Y K H S L
Decimal 192 235 80 0.18 0 0.66 0.08 76.65 0.79 0.62
Hex C0 EB 50 12 0 42 8 4D 4F 3E
Octal 300 353 120 22 0 102 10 115 117 76
Binary 11000000 11101011 1010000 10010 0 1000010 1000 1001101 1001111 111110

Color Harmonies of #C0EB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB50

Black with #C0EB50

Text Example


Text Example

White with #C0EB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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