#c0e25b

Color #C0E25B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C0E25B

Tints of Conifer #C0E25B

Color information

#C0E25B (or 0xC0E25B) is unknown color: approx Conifer. HEX triplet: C0, E2 and 5B. RGB value is (192,226,91). Sum of RGB (Red+Green+Blue) = 192+226+91=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E25B is #3F1DA4. Grayscale: #C8C8C8. Windows color (decimal): -4136357 or 6021824. OLE color: 6021824.

HSL color Cylindrical-coordinate representation of color #C0E25B: hue angle of 75.11º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0E25B is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB19222691-
CMYK0.1500.600.11
HSL75.11º69.95%62.16%-
HSV(B)75.11º59.73%88.63%-
XYZ50.8266.3520.03-
YUV200.4466.24121.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 226 (88.67% from 255) = 44.40%
BLUE value IS 91 (35.94% from 255) = 17.88%
R=37.72%
G=44.40%
B=17.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192226910.1500.600.1175.1169.9562.16
HexC0E25BF03CB4b463e
Octal300342133170741311310676
Binary1100000011100010101101111110111100101110010111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0e25b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0e25b; }

 p { color: rgb(192,226,91); }

 H1.HeaderClassName
 {
   color: #c0e25b;
 }
 .AnyTagClassName
 {
   color: #c0e25b;
 }
</style>
background-color css

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

 a { background-color: rgb(192,226,91); }

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

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

 span { border-color: rgb(192,226,91); }

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