Html Css Color HEX #C0ED46 Conifer

📋 copy color: '#C0ED46'

red 192 ◦ green 237 ◦ blue 70

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

Shades of Conifer #C0ED46

Tints of Conifer #C0ED46

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.49%

 BLUE value IS 70 (27.73% from 255) = 14.03%

R = 38.48%
G = 47.49%
B = 14.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#C0ED46 (or 0xC0ED46) is known color: Conifer. HEX triplet: C0, ED and 46. RGB value is (192,237,70). Sum of RGB (Red+Green+Blue) = 192+237+70=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0ED46 is #3F12B9. Grayscale: #CDCDCD. Windows color (decimal): -4133562 or 4648384. OLE color: 4648384.

HSL color Cylindrical-coordinate representation of color #C0ED46: hue angle of 76.17º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0ED46 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 237 70 -
CMYK 0.19 0 0.70 0.07
HSL 76.17º 0.82% 0.6% -
HSV(B) 76.17º 0.7% 0.93% -
XYZ 53.13 72.22 16.93 -
YUV 204.51 52.09 119.08 -
System Red Green Blue C M Y K H S L
Decimal 192 237 70 0.19 0 0.70 0.07 76.17 0.82 0.6
Hex C0 ED 46 13 0 46 7 4C 52 3C
Octal 300 355 106 23 0 106 7 114 122 74
Binary 11000000 11101101 1000110 10011 0 1000110 111 1001100 1010010 111100

Color Harmonies of #C0ED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ED46

Black with #C0ED46

Text Example


Text Example

White with #C0ED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ED46; }

 p { color: rgb(192,237,70); }

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

background-color css

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

 a { background-color: rgb(192,237,70); }

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

border-color css

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

 span { border-color: rgb(192,237,70); }

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