Html Css Color HEX #C0ED48 Conifer

📋 copy color: '#C0ED48'

red 192 ◦ green 237 ◦ blue 72

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

Shades of Conifer #C0ED48

Tints of Conifer #C0ED48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.37%

R = 38.32%
G = 47.31%
B = 14.37%

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

#C0ED48 (or 0xC0ED48) is known color: Conifer. HEX triplet: C0, ED and 48. RGB value is (192,237,72). Sum of RGB (Red+Green+Blue) = 192+237+72=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0ED48 is #3F12B7. Grayscale: #CDCDCD. Windows color (decimal): -4133560 or 4779456. OLE color: 4779456.

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

Color convert

RGB 192 237 72 -
CMYK 0.19 0 0.70 0.07
HSL 76.36º 0.82% 0.61% -
HSV(B) 76.36º 0.7% 0.93% -
XYZ 53.19 72.24 17.27 -
YUV 204.74 53.09 118.92 -
System Red Green Blue C M Y K H S L
Decimal 192 237 72 0.19 0 0.70 0.07 76.36 0.82 0.61
Hex C0 ED 48 13 0 46 7 4C 52 3D
Octal 300 355 110 23 0 106 7 114 122 75
Binary 11000000 11101101 1001000 10011 0 1000110 111 1001100 1010010 111101

Color Harmonies of #C0ED48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ED48

Black with #C0ED48

Text Example


Text Example

White with #C0ED48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ED48; }

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

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

background-color css

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

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

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

border-color css

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

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

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