Html Css Color HEX #B0DA4D Conifer

📋 copy color: '#B0DA4D'

red 176 ◦ green 218 ◦ blue 77

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

Shades of Conifer #B0DA4D

Tints of Conifer #B0DA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.35%

R = 37.37%
G = 46.28%
B = 16.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#B0DA4D (or 0xB0DA4D) is known color: Conifer. HEX triplet: B0, DA and 4D. RGB value is (176,218,77). Sum of RGB (Red+Green+Blue) = 176+218+77=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA4D is #4F25B2. Grayscale: #BDBDBD. Windows color (decimal): -5186995 or 5102256. OLE color: 5102256.

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

Color convert

RGB 176 218 77 -
CMYK 0.19 0 0.65 0.15
HSL 77.87º 0.66% 0.58% -
HSV(B) 77.87º 0.65% 0.85% -
XYZ 44.32 59.91 16.25 -
YUV 189.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 176 218 77 0.19 0 0.65 0.15 77.87 0.66 0.58
Hex B0 DA 4D 13 0 41 F 4E 42 3A
Octal 260 332 115 23 0 101 17 116 102 72
Binary 10110000 11011010 1001101 10011 0 1000001 1111 1001110 1000010 111010

Color Harmonies of #B0DA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA4D

Black with #B0DA4D

Text Example


Text Example

White with #B0DA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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