Html Css Color HEX #C2DB53 Conifer

📋 copy color: '#C2DB53'

red 194 ◦ green 219 ◦ blue 83

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

Shades of Conifer #C2DB53

Tints of Conifer #C2DB53

RGB

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

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

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

R = 39.11%
G = 44.15%
B = 16.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#C2DB53 (or 0xC2DB53) is known color: Conifer. HEX triplet: C2, DB and 53. RGB value is (194,219,83). Sum of RGB (Red+Green+Blue) = 194+219+83=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB53 is #3D24AC. Grayscale: #C4C4C4. Windows color (decimal): -4007085 or 5495746. OLE color: 5495746.

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

Color convert

RGB 194 219 83 -
CMYK 0.11 0 0.62 0.14
HSL 71.03º 0.65% 0.59% -
HSV(B) 71.03º 0.62% 0.86% -
XYZ 49.14 62.76 17.71 -
YUV 196.02 64.22 126.56 -
System Red Green Blue C M Y K H S L
Decimal 194 219 83 0.11 0 0.62 0.14 71.03 0.65 0.59
Hex C2 DB 53 B 0 3E E 47 41 3B
Octal 302 333 123 13 0 76 16 107 101 73
Binary 11000010 11011011 1010011 1011 0 111110 1110 1000111 1000001 111011

Color Harmonies of #C2DB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DB53

Black with #C2DB53

Text Example


Text Example

White with #C2DB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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