Html Css Color HEX #C0E15F Conifer

📋 copy color: '#C0E15F'

red 192 ◦ green 225 ◦ blue 95

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

Shades of Conifer #C0E15F

Tints of Conifer #C0E15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 37.5%
G = 43.95%
B = 18.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#C0E15F (or 0xC0E15F) is known color: Conifer. HEX triplet: C0, E1 and 5F. RGB value is (192,225,95). Sum of RGB (Red+Green+Blue) = 192+225+95=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E15F is #3F1EA0. Grayscale: #C8C8C8. Windows color (decimal): -4136609 or 6283712. OLE color: 6283712.

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

Color convert

RGB 192 225 95 -
CMYK 0.15 0 0.58 0.12
HSL 75.23º 0.68% 0.63% -
HSV(B) 75.23º 0.58% 0.88% -
XYZ 50.73 65.88 20.87 -
YUV 200.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 192 225 95 0.15 0 0.58 0.12 75.23 0.68 0.63
Hex C0 E1 5F F 0 3A C 4B 44 3F
Octal 300 341 137 17 0 72 14 113 104 77
Binary 11000000 11100001 1011111 1111 0 111010 1100 1001011 1000100 111111

Color Harmonies of #C0E15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E15F

Black with #C0E15F

Text Example


Text Example

White with #C0E15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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