Html Css Color HEX #C0E14E Conifer

📋 copy color: '#C0E14E'

red 192 ◦ green 225 ◦ blue 78

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

Shades of Conifer #C0E14E

Tints of Conifer #C0E14E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.45%

 BLUE value IS 78 (30.86% from 255) = 15.76%

R = 38.79%
G = 45.45%
B = 15.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#C0E14E (or 0xC0E14E) is known color: Conifer. HEX triplet: C0, E1 and 4E. RGB value is (192,225,78). Sum of RGB (Red+Green+Blue) = 192+225+78=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E14E is #3F1EB1. Grayscale: #C6C6C6. Windows color (decimal): -4136626 or 5169600. OLE color: 5169600.

HSL color Cylindrical-coordinate representation of color #C0E14E: hue angle of 73.47º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0E14E is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 225 78 -
CMYK 0.15 0 0.65 0.12
HSL 73.47º 0.71% 0.59% -
HSV(B) 73.47º 0.65% 0.88% -
XYZ 50.04 65.61 17.23 -
YUV 198.38 60.07 123.45 -
System Red Green Blue C M Y K H S L
Decimal 192 225 78 0.15 0 0.65 0.12 73.47 0.71 0.59
Hex C0 E1 4E F 0 41 C 49 47 3B
Octal 300 341 116 17 0 101 14 111 107 73
Binary 11000000 11100001 1001110 1111 0 1000001 1100 1001001 1000111 111011

Color Harmonies of #C0E14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E14E

Black with #C0E14E

Text Example


Text Example

White with #C0E14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E14E; }

 p { color: rgb(192,225,78); }

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

background-color css

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

 a { background-color: rgb(192,225,78); }

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

border-color css

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

 span { border-color: rgb(192,225,78); }

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