Html Css Color HEX #B1DB4B Conifer

📋 copy color: '#B1DB4B'

red 177 ◦ green 219 ◦ blue 75

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

Shades of Conifer #B1DB4B

Tints of Conifer #B1DB4B

RGB

 RED value IS 177 (69.53% from 255) = 37.58%

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

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

R = 37.58%
G = 46.5%
B = 15.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#B1DB4B (or 0xB1DB4B) is known color: Conifer. HEX triplet: B1, DB and 4B. RGB value is (177,219,75). Sum of RGB (Red+Green+Blue) = 177+219+75=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DB4B is #4E24B4. Grayscale: #BEBEBE. Windows color (decimal): -5121205 or 4971441. OLE color: 4971441.

HSL color Cylindrical-coordinate representation of color #B1DB4B: hue angle of 77.5º 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 #B1DB4B is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 219 75 -
CMYK 0.19 0 0.66 0.14
HSL 77.5º 0.67% 0.58% -
HSV(B) 77.5º 0.66% 0.86% -
XYZ 44.73 60.52 15.98 -
YUV 190.03 63.09 118.71 -
System Red Green Blue C M Y K H S L
Decimal 177 219 75 0.19 0 0.66 0.14 77.5 0.67 0.58
Hex B1 DB 4B 13 0 42 E 4E 43 3A
Octal 261 333 113 23 0 102 16 116 103 72
Binary 10110001 11011011 1001011 10011 0 1000010 1110 1001110 1000011 111010

Color Harmonies of #B1DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DB4B

Black with #B1DB4B

Text Example


Text Example

White with #B1DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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