Html Css Color HEX #C2DB50 Conifer

📋 copy color: '#C2DB50'

red 194 ◦ green 219 ◦ blue 80

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

Shades of Conifer #C2DB50

Tints of Conifer #C2DB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.23%

R = 39.35%
G = 44.42%
B = 16.23%

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

#C2DB50 (or 0xC2DB50) is known color: Conifer. HEX triplet: C2, DB and 50. RGB value is (194,219,80). Sum of RGB (Red+Green+Blue) = 194+219+80=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB50 is #3D24AF. Grayscale: #C4C4C4. Windows color (decimal): -4007088 or 5299138. OLE color: 5299138.

HSL color Cylindrical-coordinate representation of color #C2DB50: hue angle of 70.79º 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 #C2DB50 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 80 -
CMYK 0.11 0 0.63 0.14
HSL 70.79º 0.66% 0.59% -
HSV(B) 70.79º 0.63% 0.86% -
XYZ 49.03 62.71 17.11 -
YUV 195.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 194 219 80 0.11 0 0.63 0.14 70.79 0.66 0.59
Hex C2 DB 50 B 0 3F E 47 42 3B
Octal 302 333 120 13 0 77 16 107 102 73
Binary 11000010 11011011 1010000 1011 0 111111 1110 1000111 1000010 111011

Color Harmonies of #C2DB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DB50

Black with #C2DB50

Text Example


Text Example

White with #C2DB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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