Html Css Color HEX #C2DB4D Conifer

📋 copy color: '#C2DB4D'

red 194 ◦ green 219 ◦ blue 77

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

Shades of Conifer #C2DB4D

Tints of Conifer #C2DB4D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

 BLUE value IS 77 (30.47% from 255) = 15.71%

R = 39.59%
G = 44.69%
B = 15.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#C2DB4D (or 0xC2DB4D) is known color: Conifer. HEX triplet: C2, DB and 4D. RGB value is (194,219,77). Sum of RGB (Red+Green+Blue) = 194+219+77=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB4D is #3D24B2. Grayscale: #C3C3C3. Windows color (decimal): -4007091 or 5102530. OLE color: 5102530.

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

Color convert

RGB 194 219 77 -
CMYK 0.11 0 0.65 0.14
HSL 70.56º 0.66% 0.58% -
HSV(B) 70.56º 0.65% 0.86% -
XYZ 48.92 62.67 16.54 -
YUV 195.34 61.22 127.05 -
System Red Green Blue C M Y K H S L
Decimal 194 219 77 0.11 0 0.65 0.14 70.56 0.66 0.58
Hex C2 DB 4D B 0 41 E 47 42 3A
Octal 302 333 115 13 0 101 16 107 102 72
Binary 11000010 11011011 1001101 1011 0 1000001 1110 1000111 1000010 111010

Color Harmonies of #C2DB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DB4D

Black with #C2DB4D

Text Example


Text Example

White with #C2DB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DB4D; }

 p { color: rgb(194,219,77); }

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

background-color css

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

 a { background-color: rgb(194,219,77); }

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

border-color css

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

 span { border-color: rgb(194,219,77); }

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