Html Css Color HEX #C2DC55 Conifer

📋 copy color: '#C2DC55'

red 194 ◦ green 220 ◦ blue 85

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

Shades of Conifer #C2DC55

Tints of Conifer #C2DC55

RGB

 RED value IS 194 (76.17% from 255) = 38.88%

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

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 38.88%
G = 44.09%
B = 17.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#C2DC55 (or 0xC2DC55) is known color: Conifer. HEX triplet: C2, DC and 55. RGB value is (194,220,85). Sum of RGB (Red+Green+Blue) = 194+220+85=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC55 is #3D23AA. Grayscale: #C5C5C5. Windows color (decimal): -4006827 or 5627074. OLE color: 5627074.

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

Color convert

RGB 194 220 85 -
CMYK 0.12 0 0.61 0.14
HSL 71.56º 0.66% 0.6% -
HSV(B) 71.56º 0.61% 0.86% -
XYZ 49.48 63.31 18.21 -
YUV 196.84 64.89 125.98 -
System Red Green Blue C M Y K H S L
Decimal 194 220 85 0.12 0 0.61 0.14 71.56 0.66 0.6
Hex C2 DC 55 C 0 3D E 48 42 3C
Octal 302 334 125 14 0 75 16 110 102 74
Binary 11000010 11011100 1010101 1100 0 111101 1110 1001000 1000010 111100

Color Harmonies of #C2DC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DC55

Black with #C2DC55

Text Example


Text Example

White with #C2DC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DC55; }

 p { color: rgb(194,220,85); }

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

background-color css

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

 a { background-color: rgb(194,220,85); }

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

border-color css

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

 span { border-color: rgb(194,220,85); }

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