Html Css Color HEX #C0ED44 Conifer

📋 copy color: '#C0ED44'

red 192 ◦ green 237 ◦ blue 68

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

Shades of Conifer #C0ED44

Tints of Conifer #C0ED44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.68%

R = 38.63%
G = 47.69%
B = 13.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#C0ED44 (or 0xC0ED44) is known color: Conifer. HEX triplet: C0, ED and 44. RGB value is (192,237,68). Sum of RGB (Red+Green+Blue) = 192+237+68=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0ED44 is #3F12BB. Grayscale: #CCCCCC. Windows color (decimal): -4133564 or 4517312. OLE color: 4517312.

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

Color convert

RGB 192 237 68 -
CMYK 0.19 0 0.71 0.07
HSL 75.98º 0.82% 0.6% -
HSV(B) 75.98º 0.71% 0.93% -
XYZ 53.07 72.19 16.61 -
YUV 204.28 51.09 119.24 -
System Red Green Blue C M Y K H S L
Decimal 192 237 68 0.19 0 0.71 0.07 75.98 0.82 0.6
Hex C0 ED 44 13 0 47 7 4C 52 3C
Octal 300 355 104 23 0 107 7 114 122 74
Binary 11000000 11101101 1000100 10011 0 1000111 111 1001100 1010010 111100

Color Harmonies of #C0ED44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ED44

Black with #C0ED44

Text Example


Text Example

White with #C0ED44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ED44; }

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

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

background-color css

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

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

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

border-color css

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

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

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