Html Css Color HEX #B5DF50 Conifer

📋 copy color: '#B5DF50'

red 181 ◦ green 223 ◦ blue 80

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

Shades of Conifer #B5DF50

Tints of Conifer #B5DF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 80 (31.64% from 255) = 16.53%

R = 37.4%
G = 46.07%
B = 16.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#B5DF50 (or 0xB5DF50) is known color: Conifer. HEX triplet: B5, DF and 50. RGB value is (181,223,80). Sum of RGB (Red+Green+Blue) = 181+223+80=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DF50 is #4A20AF. Grayscale: #C2C2C2. Windows color (decimal): -4858032 or 5300149. OLE color: 5300149.

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

Color convert

RGB 181 223 80 -
CMYK 0.19 0 0.64 0.13
HSL 77.62º 0.69% 0.59% -
HSV(B) 77.62º 0.64% 0.87% -
XYZ 46.89 63.18 17.31 -
YUV 194.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 181 223 80 0.19 0 0.64 0.13 77.62 0.69 0.59
Hex B5 DF 50 13 0 40 D 4E 45 3B
Octal 265 337 120 23 0 100 15 116 105 73
Binary 10110101 11011111 1010000 10011 0 1000000 1101 1001110 1000101 111011

Color Harmonies of #B5DF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DF50

Black with #B5DF50

Text Example


Text Example

White with #B5DF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DF50; }

 p { color: rgb(181,223,80); }

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

background-color css

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

 a { background-color: rgb(181,223,80); }

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

border-color css

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

 span { border-color: rgb(181,223,80); }

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