Html Css Color HEX #B5DB4B Conifer

📋 copy color: '#B5DB4B'

red 181 ◦ green 219 ◦ blue 75

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

Shades of Conifer #B5DB4B

Tints of Conifer #B5DB4B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.11%

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 38.11%
G = 46.11%
B = 15.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#B5DB4B (or 0xB5DB4B) is known color: Conifer. HEX triplet: B5, DB and 4B. RGB value is (181,219,75). Sum of RGB (Red+Green+Blue) = 181+219+75=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DB4B is #4A24B4. Grayscale: #BFBFBF. Windows color (decimal): -4859061 or 4971445. OLE color: 4971445.

HSL color Cylindrical-coordinate representation of color #B5DB4B: hue angle of 75.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5DB4B is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 219 75 -
CMYK 0.17 0 0.66 0.14
HSL 75.83º 0.67% 0.58% -
HSV(B) 75.83º 0.66% 0.86% -
XYZ 45.66 60.99 16.02 -
YUV 191.22 62.41 120.71 -
System Red Green Blue C M Y K H S L
Decimal 181 219 75 0.17 0 0.66 0.14 75.83 0.67 0.58
Hex B5 DB 4B 11 0 42 E 4C 43 3A
Octal 265 333 113 21 0 102 16 114 103 72
Binary 10110101 11011011 1001011 10001 0 1000010 1110 1001100 1000011 111010

Color Harmonies of #B5DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DB4B

Black with #B5DB4B

Text Example


Text Example

White with #B5DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DB4B; }

 p { color: rgb(181,219,75); }

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

background-color css

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

 a { background-color: rgb(181,219,75); }

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

border-color css

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

 span { border-color: rgb(181,219,75); }

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