Html Css Color HEX #B5DD47 Conifer

📋 copy color: '#B5DD47'

red 181 ◦ green 221 ◦ blue 71

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

Shades of Conifer #B5DD47

Tints of Conifer #B5DD47

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.72%

 BLUE value IS 71 (28.13% from 255) = 15.01%

R = 38.27%
G = 46.72%
B = 15.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#B5DD47 (or 0xB5DD47) is known color: Conifer. HEX triplet: B5, DD and 47. RGB value is (181,221,71). Sum of RGB (Red+Green+Blue) = 181+221+71=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD47 is #4A22B8. Grayscale: #C0C0C0. Windows color (decimal): -4858553 or 4709813. OLE color: 4709813.

HSL color Cylindrical-coordinate representation of color #B5DD47: hue angle of 76º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5DD47 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 71 -
CMYK 0.18 0 0.68 0.13
HSL 76º 0.69% 0.57% -
HSV(B) 76º 0.68% 0.87% -
XYZ 46.05 61.99 15.5 -
YUV 191.94 59.75 120.2 -
System Red Green Blue C M Y K H S L
Decimal 181 221 71 0.18 0 0.68 0.13 76 0.69 0.57
Hex B5 DD 47 12 0 44 D 4C 45 39
Octal 265 335 107 22 0 104 15 114 105 71
Binary 10110101 11011101 1000111 10010 0 1000100 1101 1001100 1000101 111001

Color Harmonies of #B5DD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD47

Black with #B5DD47

Text Example


Text Example

White with #B5DD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD47; }

 p { color: rgb(181,221,71); }

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

background-color css

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

 a { background-color: rgb(181,221,71); }

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

border-color css

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

 span { border-color: rgb(181,221,71); }

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