Html Css Color HEX #C0E85F Conifer

📋 copy color: '#C0E85F'

red 192 ◦ green 232 ◦ blue 95

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

Shades of Conifer #C0E85F

Tints of Conifer #C0E85F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.7%

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

R = 36.99%
G = 44.7%
B = 18.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#C0E85F (or 0xC0E85F) is known color: Conifer. HEX triplet: C0, E8 and 5F. RGB value is (192,232,95). Sum of RGB (Red+Green+Blue) = 192+232+95=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E85F is #3F17A0. Grayscale: #CCCCCC. Windows color (decimal): -4134817 or 6285504. OLE color: 6285504.

HSL color Cylindrical-coordinate representation of color #C0E85F: hue angle of 77.52º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0E85F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 232 95 -
CMYK 0.17 0 0.59 0.09
HSL 77.52º 0.75% 0.64% -
HSV(B) 77.52º 0.59% 0.91% -
XYZ 52.66 69.75 21.51 -
YUV 204.42 66.25 119.14 -
System Red Green Blue C M Y K H S L
Decimal 192 232 95 0.17 0 0.59 0.09 77.52 0.75 0.64
Hex C0 E8 5F 11 0 3B 9 4E 4B 40
Octal 300 350 137 21 0 73 11 116 113 100
Binary 11000000 11101000 1011111 10001 0 111011 1001 1001110 1001011 1000000

Color Harmonies of #C0E85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E85F

Black with #C0E85F

Text Example


Text Example

White with #C0E85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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