Html Css Color HEX #C5DF50 Conifer

📋 copy color: '#C5DF50'

red 197 ◦ green 223 ◦ blue 80

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

Shades of Conifer #C5DF50

Tints of Conifer #C5DF50

RGB

 RED value IS 197 (77.34% from 255) = 39.4%

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

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

R = 39.4%
G = 44.6%
B = 16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#C5DF50 (or 0xC5DF50) is known color: Conifer. HEX triplet: C5, DF and 50. RGB value is (197,223,80). Sum of RGB (Red+Green+Blue) = 197+223+80=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DF50 is #3A20AF. Grayscale: #C7C7C7. Windows color (decimal): -3809456 or 5300165. OLE color: 5300165.

HSL color Cylindrical-coordinate representation of color #C5DF50: hue angle of 70.91º 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 #C5DF50 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 223 80 -
CMYK 0.12 0 0.64 0.13
HSL 70.91º 0.69% 0.59% -
HSV(B) 70.91º 0.64% 0.87% -
XYZ 50.86 65.22 17.5 -
YUV 198.92 60.89 126.63 -
System Red Green Blue C M Y K H S L
Decimal 197 223 80 0.12 0 0.64 0.13 70.91 0.69 0.59
Hex C5 DF 50 C 0 40 D 47 45 3B
Octal 305 337 120 14 0 100 15 107 105 73
Binary 11000101 11011111 1010000 1100 0 1000000 1101 1000111 1000101 111011

Color Harmonies of #C5DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DF50

Black with #C5DF50

Text Example


Text Example

White with #C5DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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