Html Css Color HEX #C2DD53 Conifer

📋 copy color: '#C2DD53'

red 194 ◦ green 221 ◦ blue 83

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

Shades of Conifer #C2DD53

Tints of Conifer #C2DD53

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.38%

 BLUE value IS 83 (32.81% from 255) = 16.67%

R = 38.96%
G = 44.38%
B = 16.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#C2DD53 (or 0xC2DD53) is known color: Conifer. HEX triplet: C2, DD and 53. RGB value is (194,221,83). Sum of RGB (Red+Green+Blue) = 194+221+83=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD53 is #3D22AC. Grayscale: #C5C5C5. Windows color (decimal): -4006573 or 5496258. OLE color: 5496258.

HSL color Cylindrical-coordinate representation of color #C2DD53: hue angle of 71.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2DD53 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 83 -
CMYK 0.12 0 0.62 0.13
HSL 71.74º 0.67% 0.6% -
HSV(B) 71.74º 0.62% 0.87% -
XYZ 49.67 63.81 17.88 -
YUV 197.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 194 221 83 0.12 0 0.62 0.13 71.74 0.67 0.6
Hex C2 DD 53 C 0 3E D 48 43 3C
Octal 302 335 123 14 0 76 15 110 103 74
Binary 11000010 11011101 1010011 1100 0 111110 1101 1001000 1000011 111100

Color Harmonies of #C2DD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD53

Black with #C2DD53

Text Example


Text Example

White with #C2DD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD53; }

 p { color: rgb(194,221,83); }

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

background-color css

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

 a { background-color: rgb(194,221,83); }

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

border-color css

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

 span { border-color: rgb(194,221,83); }

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