Html Css Color HEX #C0E05F Conifer

📋 copy color: '#C0E05F'

red 192 ◦ green 224 ◦ blue 95

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

Shades of Conifer #C0E05F

Tints of Conifer #C0E05F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.84%

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

R = 37.57%
G = 43.84%
B = 18.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#C0E05F (or 0xC0E05F) is known color: Conifer. HEX triplet: C0, E0 and 5F. RGB value is (192,224,95). Sum of RGB (Red+Green+Blue) = 192+224+95=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E05F is #3F1FA0. Grayscale: #C8C8C8. Windows color (decimal): -4136865 or 6283456. OLE color: 6283456.

HSL color Cylindrical-coordinate representation of color #C0E05F: hue angle of 74.88º 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 #C0E05F is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 224 95 -
CMYK 0.14 0 0.58 0.12
HSL 74.88º 0.68% 0.63% -
HSV(B) 74.88º 0.58% 0.88% -
XYZ 50.46 65.34 20.78 -
YUV 199.73 68.9 122.49 -
System Red Green Blue C M Y K H S L
Decimal 192 224 95 0.14 0 0.58 0.12 74.88 0.68 0.63
Hex C0 E0 5F E 0 3A C 4B 44 3F
Octal 300 340 137 16 0 72 14 113 104 77
Binary 11000000 11100000 1011111 1110 0 111010 1100 1001011 1000100 111111

Color Harmonies of #C0E05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E05F

Black with #C0E05F

Text Example


Text Example

White with #C0E05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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