Html Css Color HEX #C0EF5F Conifer

📋 copy color: '#C0EF5F'

red 192 ◦ green 239 ◦ blue 95

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

Shades of Conifer #C0EF5F

Tints of Conifer #C0EF5F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.44%

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

R = 36.5%
G = 45.44%
B = 18.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#C0EF5F (or 0xC0EF5F) is known color: Conifer. HEX triplet: C0, EF and 5F. RGB value is (192,239,95). Sum of RGB (Red+Green+Blue) = 192+239+95=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EF5F is #3F10A0. Grayscale: #D1D1D1. Windows color (decimal): -4133025 or 6287296. OLE color: 6287296.

HSL color Cylindrical-coordinate representation of color #C0EF5F: hue angle of 79.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0EF5F is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 239 95 -
CMYK 0.20 0 0.60 0.06
HSL 79.58º 0.82% 0.65% -
HSV(B) 79.58º 0.6% 0.94% -
XYZ 54.67 73.77 22.18 -
YUV 208.53 63.93 116.21 -
System Red Green Blue C M Y K H S L
Decimal 192 239 95 0.20 0 0.60 0.06 79.58 0.82 0.65
Hex C0 EF 5F 14 0 3C 6 50 52 41
Octal 300 357 137 24 0 74 6 120 122 101
Binary 11000000 11101111 1011111 10100 0 111100 110 1010000 1010010 1000001

Color Harmonies of #C0EF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EF5F

Black with #C0EF5F

Text Example


Text Example

White with #C0EF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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