Html Css Color HEX #B5DC45 Conifer

📋 copy color: '#B5DC45'

red 181 ◦ green 220 ◦ blue 69

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

Shades of Conifer #B5DC45

Tints of Conifer #B5DC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.68%

R = 38.51%
G = 46.81%
B = 14.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#B5DC45 (or 0xB5DC45) is known color: Conifer. HEX triplet: B5, DC and 45. RGB value is (181,220,69). Sum of RGB (Red+Green+Blue) = 181+220+69=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC45 is #4A23BA. Grayscale: #BFBFBF. Windows color (decimal): -4858811 or 4578485. OLE color: 4578485.

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

Color convert

RGB 181 220 69 -
CMYK 0.18 0 0.69 0.14
HSL 75.5º 0.68% 0.57% -
HSV(B) 75.5º 0.69% 0.86% -
XYZ 45.72 61.44 15.08 -
YUV 191.13 59.08 120.78 -
System Red Green Blue C M Y K H S L
Decimal 181 220 69 0.18 0 0.69 0.14 75.5 0.68 0.57
Hex B5 DC 45 12 0 45 E 4B 44 39
Octal 265 334 105 22 0 105 16 113 104 71
Binary 10110101 11011100 1000101 10010 0 1000101 1110 1001011 1000100 111001

Color Harmonies of #B5DC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC45

Black with #B5DC45

Text Example


Text Example

White with #B5DC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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