Html Css Color HEX #B0DC47 Conifer

📋 copy color: '#B0DC47'

red 176 ◦ green 220 ◦ blue 71

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

Shades of Conifer #B0DC47

Tints of Conifer #B0DC47

RGB

 RED value IS 176 (69.14% from 255) = 37.69%

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

 BLUE value IS 71 (28.13% from 255) = 15.2%

R = 37.69%
G = 47.11%
B = 15.2%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#B0DC47 (or 0xB0DC47) is known color: Conifer. HEX triplet: B0, DC and 47. RGB value is (176,220,71). Sum of RGB (Red+Green+Blue) = 176+220+71=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC47 is #4F23B8. Grayscale: #BEBEBE. Windows color (decimal): -5186489 or 4709552. OLE color: 4709552.

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

Color convert

RGB 176 220 71 -
CMYK 0.2 0 0.68 0.14
HSL 77.72º 0.68% 0.57% -
HSV(B) 77.72º 0.68% 0.86% -
XYZ 44.64 60.87 15.36 -
YUV 189.86 60.92 118.12 -
System Red Green Blue C M Y K H S L
Decimal 176 220 71 0.2 0 0.68 0.14 77.72 0.68 0.57
Hex B0 DC 47 14 0 44 E 4E 44 39
Octal 260 334 107 24 0 104 16 116 104 71
Binary 10110000 11011100 1000111 10100 0 1000100 1110 1001110 1000100 111001

Color Harmonies of #B0DC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC47

Black with #B0DC47

Text Example


Text Example

White with #B0DC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC47; }

 p { color: rgb(176,220,71); }

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

background-color css

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

 a { background-color: rgb(176,220,71); }

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

border-color css

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

 span { border-color: rgb(176,220,71); }

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