Html Css Color HEX #C0DF50 Conifer

📋 copy color: '#C0DF50'

red 192 ◦ green 223 ◦ blue 80

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

Shades of Conifer #C0DF50

Tints of Conifer #C0DF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.05%

 BLUE value IS 80 (31.64% from 255) = 16.16%

R = 38.79%
G = 45.05%
B = 16.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#C0DF50 (or 0xC0DF50) is known color: Conifer. HEX triplet: C0, DF and 50. RGB value is (192,223,80). Sum of RGB (Red+Green+Blue) = 192+223+80=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF50 is #3F20AF. Grayscale: #C5C5C5. Windows color (decimal): -4137136 or 5300160. OLE color: 5300160.

HSL color Cylindrical-coordinate representation of color #C0DF50: hue angle of 73.01º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0DF50 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 223 80 -
CMYK 0.14 0 0.64 0.13
HSL 73.01º 0.69% 0.59% -
HSV(B) 73.01º 0.64% 0.87% -
XYZ 49.57 64.56 17.44 -
YUV 197.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 192 223 80 0.14 0 0.64 0.13 73.01 0.69 0.59
Hex C0 DF 50 E 0 40 D 49 45 3B
Octal 300 337 120 16 0 100 15 111 105 73
Binary 11000000 11011111 1010000 1110 0 1000000 1101 1001001 1000101 111011

Color Harmonies of #C0DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DF50

Black with #C0DF50

Text Example


Text Example

White with #C0DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DF50; }

 p { color: rgb(192,223,80); }

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

background-color css

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

 a { background-color: rgb(192,223,80); }

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

border-color css

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

 span { border-color: rgb(192,223,80); }

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