Html Css Color HEX #B5DD46 Conifer

📋 copy color: '#B5DD46'

red 181 ◦ green 221 ◦ blue 70

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

Shades of Conifer #B5DD46

Tints of Conifer #B5DD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.83%

R = 38.35%
G = 46.82%
B = 14.83%

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

#B5DD46 (or 0xB5DD46) is known color: Conifer. HEX triplet: B5, DD and 46. RGB value is (181,221,70). Sum of RGB (Red+Green+Blue) = 181+221+70=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD46 is #4A22B9. Grayscale: #C0C0C0. Windows color (decimal): -4858554 or 4644277. OLE color: 4644277.

HSL color Cylindrical-coordinate representation of color #B5DD46: hue angle of 75.89º 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 #B5DD46 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 70 -
CMYK 0.18 0 0.68 0.13
HSL 75.89º 0.69% 0.57% -
HSV(B) 75.89º 0.68% 0.87% -
XYZ 46.02 61.98 15.33 -
YUV 191.83 59.25 120.28 -
System Red Green Blue C M Y K H S L
Decimal 181 221 70 0.18 0 0.68 0.13 75.89 0.69 0.57
Hex B5 DD 46 12 0 44 D 4C 45 39
Octal 265 335 106 22 0 104 15 114 105 71
Binary 10110101 11011101 1000110 10010 0 1000100 1101 1001100 1000101 111001

Color Harmonies of #B5DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD46

Black with #B5DD46

Text Example


Text Example

White with #B5DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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