Html Css Color HEX #C2DD5A Conifer

📋 copy color: '#C2DD5A'

red 194 ◦ green 221 ◦ blue 90

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

Shades of Conifer #C2DD5A

Tints of Conifer #C2DD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 38.42%
G = 43.76%
B = 17.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#C2DD5A (or 0xC2DD5A) is known color: Conifer. HEX triplet: C2, DD and 5A. RGB value is (194,221,90). Sum of RGB (Red+Green+Blue) = 194+221+90=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DD5A is #3D22A5. Grayscale: #C6C6C6. Windows color (decimal): -4006566 or 5955010. OLE color: 5955010.

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

Color convert

RGB 194 221 90 -
CMYK 0.12 0 0.59 0.13
HSL 72.37º 0.66% 0.61% -
HSV(B) 72.37º 0.59% 0.87% -
XYZ 49.95 63.92 19.38 -
YUV 197.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 194 221 90 0.12 0 0.59 0.13 72.37 0.66 0.61
Hex C2 DD 5A C 0 3B D 48 42 3D
Octal 302 335 132 14 0 73 15 110 102 75
Binary 11000010 11011101 1011010 1100 0 111011 1101 1001000 1000010 111101

Color Harmonies of #C2DD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DD5A

Black with #C2DD5A

Text Example


Text Example

White with #C2DD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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