#C0F145

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

Shades of Conifer #C0F145

Tints of Conifer #C0F145

Color information

#C0F145 (or 0xC0F145) is unknown color: approx Conifer. HEX triplet: C0, F1 and 45. RGB value is (192,241,69). Sum of RGB (Red+Green+Blue) = 192+241+69=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F145 is #3F0EBA. Grayscale: #CFCFCF. Windows color (decimal): -4132539 or 4583872. OLE color: 4583872.

HSL color Cylindrical-coordinate representation of color #C0F145: hue angle of 77.09º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0F145 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB19224169-
CMYK0.2000.710.05
HSL77.09º86%60.78%-
HSV(B)77.09º71.37%94.51%-
XYZ54.2774.5517.16-
YUV206.7450.27117.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 241 (94.53% from 255) = 48.01%
BLUE value IS 69 (27.34% from 255) = 13.75%
R=38.25%
G=48.01%
B=13.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192241690.2000.710.0577.098660.78
HexC0F1451404754d563d
Octal300361105240107511512675
Binary11000000111100011000101101000100011110110011011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F145; }

 p { color: rgb(192,241,69); }

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

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

 a { background-color: rgb(192,241,69); }

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

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

 span { border-color: rgb(192,241,69); }

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