Html Css Color HEX #B5DC53 Conifer

📋 copy color: '#B5DC53'

red 181 ◦ green 220 ◦ blue 83

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

Shades of Conifer #B5DC53

Tints of Conifer #B5DC53

RGB

 RED value IS 181 (71.09% from 255) = 37.4%

 GREEN value IS 220 (86.33% from 255) = 45.45%

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

R = 37.4%
G = 45.45%
B = 17.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#B5DC53 (or 0xB5DC53) is known color: Conifer. HEX triplet: B5, DC and 53. RGB value is (181,220,83). Sum of RGB (Red+Green+Blue) = 181+220+83=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC53 is #4A23AC. Grayscale: #C1C1C1. Windows color (decimal): -4858797 or 5495989. OLE color: 5495989.

HSL color Cylindrical-coordinate representation of color #B5DC53: hue angle of 77.08º degrees, saturation: 0.66, 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 #B5DC53 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 83 -
CMYK 0.18 0 0.62 0.14
HSL 77.08º 0.66% 0.59% -
HSV(B) 77.08º 0.62% 0.86% -
XYZ 46.21 61.63 17.64 -
YUV 192.72 66.08 119.64 -
System Red Green Blue C M Y K H S L
Decimal 181 220 83 0.18 0 0.62 0.14 77.08 0.66 0.59
Hex B5 DC 53 12 0 3E E 4D 42 3B
Octal 265 334 123 22 0 76 16 115 102 73
Binary 10110101 11011100 1010011 10010 0 111110 1110 1001101 1000010 111011

Color Harmonies of #B5DC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC53

Black with #B5DC53

Text Example


Text Example

White with #B5DC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC53; }

 p { color: rgb(181,220,83); }

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

background-color css

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

 a { background-color: rgb(181,220,83); }

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

border-color css

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

 span { border-color: rgb(181,220,83); }

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