Html Css Color HEX #B0D540 Conifer

📋 copy color: '#B0D540'

red 176 ◦ green 213 ◦ blue 64

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

Shades of Conifer #B0D540

Tints of Conifer #B0D540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.02%

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 38.85%
G = 47.02%
B = 14.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#B0D540 (or 0xB0D540) is known color: Conifer. HEX triplet: B0, D5 and 40. RGB value is (176,213,64). Sum of RGB (Red+Green+Blue) = 176+213+64=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D540 is #4F2ABF. Grayscale: #B9B9B9. Windows color (decimal): -5188288 or 4249008. OLE color: 4249008.

HSL color Cylindrical-coordinate representation of color #B0D540: hue angle of 74.9º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0D540 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 213 64 -
CMYK 0.17 0 0.70 0.16
HSL 74.9º 0.64% 0.54% -
HSV(B) 74.9º 0.7% 0.84% -
XYZ 42.62 57.19 13.64 -
YUV 184.95 59.74 121.62 -
System Red Green Blue C M Y K H S L
Decimal 176 213 64 0.17 0 0.70 0.16 74.9 0.64 0.54
Hex B0 D5 40 11 0 46 10 4B 40 36
Octal 260 325 100 21 0 106 20 113 100 66
Binary 10110000 11010101 1000000 10001 0 1000110 10000 1001011 1000000 110110

Color Harmonies of #B0D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D540

Black with #B0D540

Text Example


Text Example

White with #B0D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D540; }

 p { color: rgb(176,213,64); }

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

background-color css

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

 a { background-color: rgb(176,213,64); }

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

border-color css

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

 span { border-color: rgb(176,213,64); }

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