Html Css Color HEX #C0F55E Conifer

📋 copy color: '#C0F55E'

red 192 ◦ green 245 ◦ blue 94

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

Shades of Conifer #C0F55E

Tints of Conifer #C0F55E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.14%

 BLUE value IS 94 (37.11% from 255) = 17.7%

R = 36.16%
G = 46.14%
B = 17.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#C0F55E (or 0xC0F55E) is known color: Conifer. HEX triplet: C0, F5 and 5E. RGB value is (192,245,94). Sum of RGB (Red+Green+Blue) = 192+245+94=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F55E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F55E is #3F0AA1. Grayscale: #D4D4D4. Windows color (decimal): -4131490 or 6223296. OLE color: 6223296.

HSL color Cylindrical-coordinate representation of color #C0F55E: hue angle of 81.06º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0F55E is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 245 94 -
CMYK 0.22 0 0.62 0.04
HSL 81.06º 0.88% 0.66% -
HSV(B) 81.06º 0.62% 0.96% -
XYZ 56.41 77.32 22.54 -
YUV 211.94 61.44 113.78 -
System Red Green Blue C M Y K H S L
Decimal 192 245 94 0.22 0 0.62 0.04 81.06 0.88 0.66
Hex C0 F5 5E 16 0 3E 4 51 58 42
Octal 300 365 136 26 0 76 4 121 130 102
Binary 11000000 11110101 1011110 10110 0 111110 100 1010001 1011000 1000010

Color Harmonies of #C0F55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F55E

Black with #C0F55E

Text Example


Text Example

White with #C0F55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F55E; }

 p { color: rgb(192,245,94); }

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

background-color css

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

 a { background-color: rgb(192,245,94); }

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

border-color css

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

 span { border-color: rgb(192,245,94); }

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