Html Css Color HEX #B4DB55 Conifer

📋 copy color: '#B4DB55'

red 180 ◦ green 219 ◦ blue 85

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

Shades of Conifer #B4DB55

Tints of Conifer #B4DB55

RGB

 RED value IS 180 (70.7% from 255) = 37.19%

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

 BLUE value IS 85 (33.59% from 255) = 17.56%

R = 37.19%
G = 45.25%
B = 17.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#B4DB55 (or 0xB4DB55) is known color: Conifer. HEX triplet: B4, DB and 55. RGB value is (180,219,85). Sum of RGB (Red+Green+Blue) = 180+219+85=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB55 is #4B24AA. Grayscale: #C0C0C0. Windows color (decimal): -4924587 or 5626804. OLE color: 5626804.

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

Color convert

RGB 180 219 85 -
CMYK 0.18 0 0.61 0.14
HSL 77.46º 0.65% 0.6% -
HSV(B) 77.46º 0.61% 0.86% -
XYZ 45.79 61.02 17.96 -
YUV 192.06 67.58 119.4 -
System Red Green Blue C M Y K H S L
Decimal 180 219 85 0.18 0 0.61 0.14 77.46 0.65 0.6
Hex B4 DB 55 12 0 3D E 4D 41 3C
Octal 264 333 125 22 0 75 16 115 101 74
Binary 10110100 11011011 1010101 10010 0 111101 1110 1001101 1000001 111100

Color Harmonies of #B4DB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB55

Black with #B4DB55

Text Example


Text Example

White with #B4DB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB55; }

 p { color: rgb(180,219,85); }

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

background-color css

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

 a { background-color: rgb(180,219,85); }

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

border-color css

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

 span { border-color: rgb(180,219,85); }

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