Html Css Color HEX #C4DC52 Conifer

📋 copy color: '#C4DC52'

red 196 ◦ green 220 ◦ blue 82

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

Shades of Conifer #C4DC52

Tints of Conifer #C4DC52

RGB

 RED value IS 196 (76.95% from 255) = 39.36%

 GREEN value IS 220 (86.33% from 255) = 44.18%

 BLUE value IS 82 (32.42% from 255) = 16.47%

R = 39.36%
G = 44.18%
B = 16.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#C4DC52 (or 0xC4DC52) is known color: Conifer. HEX triplet: C4, DC and 52. RGB value is (196,220,82). Sum of RGB (Red+Green+Blue) = 196+220+82=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC52 is #3B23AD. Grayscale: #C5C5C5. Windows color (decimal): -3875758 or 5430468. OLE color: 5430468.

HSL color Cylindrical-coordinate representation of color #C4DC52: hue angle of 70.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4DC52 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 82 -
CMYK 0.11 0 0.63 0.14
HSL 70.43º 0.66% 0.59% -
HSV(B) 70.43º 0.63% 0.86% -
XYZ 49.88 63.53 17.62 -
YUV 197.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 196 220 82 0.11 0 0.63 0.14 70.43 0.66 0.59
Hex C4 DC 52 B 0 3F E 46 42 3B
Octal 304 334 122 13 0 77 16 106 102 73
Binary 11000100 11011100 1010010 1011 0 111111 1110 1000110 1000010 111011

Color Harmonies of #C4DC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DC52

Black with #C4DC52

Text Example


Text Example

White with #C4DC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DC52; }

 p { color: rgb(196,220,82); }

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

background-color css

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

 a { background-color: rgb(196,220,82); }

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

border-color css

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

 span { border-color: rgb(196,220,82); }

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