Html Css Color HEX #C0ED5D Conifer

📋 copy color: '#C0ED5D'

red 192 ◦ green 237 ◦ blue 93

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

Shades of Conifer #C0ED5D

Tints of Conifer #C0ED5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.82%

R = 36.78%
G = 45.4%
B = 17.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#C0ED5D (or 0xC0ED5D) is known color: Conifer. HEX triplet: C0, ED and 5D. RGB value is (192,237,93). Sum of RGB (Red+Green+Blue) = 192+237+93=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0ED5D is #3F12A2. Grayscale: #CFCFCF. Windows color (decimal): -4133539 or 6155712. OLE color: 6155712.

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

Color convert

RGB 192 237 93 -
CMYK 0.19 0 0.61 0.07
HSL 78.75º 0.8% 0.65% -
HSV(B) 78.75º 0.61% 0.93% -
XYZ 54 72.57 21.52 -
YUV 207.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 192 237 93 0.19 0 0.61 0.07 78.75 0.8 0.65
Hex C0 ED 5D 13 0 3D 7 4F 50 41
Octal 300 355 135 23 0 75 7 117 120 101
Binary 11000000 11101101 1011101 10011 0 111101 111 1001111 1010000 1000001

Color Harmonies of #C0ED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ED5D

Black with #C0ED5D

Text Example


Text Example

White with #C0ED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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