Html Css Color HEX #C0ED61 Conifer

📋 copy color: '#C0ED61'

red 192 ◦ green 237 ◦ blue 97

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

Shades of Conifer #C0ED61

Tints of Conifer #C0ED61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.44%

R = 36.5%
G = 45.06%
B = 18.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#C0ED61 (or 0xC0ED61) is known color: Conifer. HEX triplet: C0, ED and 61. RGB value is (192,237,97). Sum of RGB (Red+Green+Blue) = 192+237+97=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0ED61 is #3F129E. Grayscale: #D0D0D0. Windows color (decimal): -4133535 or 6417856. OLE color: 6417856.

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

Color convert

RGB 192 237 97 -
CMYK 0.19 0 0.59 0.07
HSL 79.29º 0.8% 0.65% -
HSV(B) 79.29º 0.59% 0.93% -
XYZ 54.18 72.64 22.47 -
YUV 207.59 65.59 116.88 -
System Red Green Blue C M Y K H S L
Decimal 192 237 97 0.19 0 0.59 0.07 79.29 0.8 0.65
Hex C0 ED 61 13 0 3B 7 4F 50 41
Octal 300 355 141 23 0 73 7 117 120 101
Binary 11000000 11101101 1100001 10011 0 111011 111 1001111 1010000 1000001

Color Harmonies of #C0ED61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ED61

Black with #C0ED61

Text Example


Text Example

White with #C0ED61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ED61; }

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

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

background-color css

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

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

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

border-color css

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

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

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