Html Css Color HEX #B0DA4E Conifer

📋 copy color: '#B0DA4E'

red 176 ◦ green 218 ◦ blue 78

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

Shades of Conifer #B0DA4E

Tints of Conifer #B0DA4E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

 BLUE value IS 78 (30.86% from 255) = 16.53%

R = 37.29%
G = 46.19%
B = 16.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#B0DA4E (or 0xB0DA4E) is known color: Conifer. HEX triplet: B0, DA and 4E. RGB value is (176,218,78). Sum of RGB (Red+Green+Blue) = 176+218+78=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA4E is #4F25B1. Grayscale: #BEBEBE. Windows color (decimal): -5186994 or 5167792. OLE color: 5167792.

HSL color Cylindrical-coordinate representation of color #B0DA4E: hue angle of 78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0DA4E is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 78 -
CMYK 0.19 0 0.64 0.15
HSL 78º 0.65% 0.58% -
HSV(B) 78º 0.64% 0.85% -
XYZ 44.35 59.92 16.44 -
YUV 189.48 65.09 118.38 -
System Red Green Blue C M Y K H S L
Decimal 176 218 78 0.19 0 0.64 0.15 78 0.65 0.58
Hex B0 DA 4E 13 0 40 F 4E 41 3A
Octal 260 332 116 23 0 100 17 116 101 72
Binary 10110000 11011010 1001110 10011 0 1000000 1111 1001110 1000001 111010

Color Harmonies of #B0DA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA4E

Black with #B0DA4E

Text Example


Text Example

White with #B0DA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA4E; }

 p { color: rgb(176,218,78); }

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

background-color css

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

 a { background-color: rgb(176,218,78); }

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

border-color css

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

 span { border-color: rgb(176,218,78); }

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