Html Css Color HEX #C1DB52 Conifer

📋 copy color: '#C1DB52'

red 193 ◦ green 219 ◦ blue 82

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

Shades of Conifer #C1DB52

Tints of Conifer #C1DB52

RGB

 RED value IS 193 (75.78% from 255) = 39.07%

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

 BLUE value IS 82 (32.42% from 255) = 16.6%

R = 39.07%
G = 44.33%
B = 16.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#C1DB52 (or 0xC1DB52) is known color: Conifer. HEX triplet: C1, DB and 52. RGB value is (193,219,82). Sum of RGB (Red+Green+Blue) = 193+219+82=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DB52 is #3E24AD. Grayscale: #C4C4C4. Windows color (decimal): -4072622 or 5430209. OLE color: 5430209.

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

Color convert

RGB 193 219 82 -
CMYK 0.12 0 0.63 0.14
HSL 71.39º 0.66% 0.59% -
HSV(B) 71.39º 0.63% 0.86% -
XYZ 48.85 62.61 17.49 -
YUV 195.61 63.89 126.14 -
System Red Green Blue C M Y K H S L
Decimal 193 219 82 0.12 0 0.63 0.14 71.39 0.66 0.59
Hex C1 DB 52 C 0 3F E 47 42 3B
Octal 301 333 122 14 0 77 16 107 102 73
Binary 11000001 11011011 1010010 1100 0 111111 1110 1000111 1000010 111011

Color Harmonies of #C1DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DB52

Black with #C1DB52

Text Example


Text Example

White with #C1DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DB52; }

 p { color: rgb(193,219,82); }

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

background-color css

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

 a { background-color: rgb(193,219,82); }

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

border-color css

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

 span { border-color: rgb(193,219,82); }

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