Html Css Color HEX #B0DF3E Conifer

📋 copy color: '#B0DF3E'

red 176 ◦ green 223 ◦ blue 62

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

Shades of Conifer #B0DF3E

Tints of Conifer #B0DF3E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.37%

 BLUE value IS 62 (24.61% from 255) = 13.45%

R = 38.18%
G = 48.37%
B = 13.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#B0DF3E (or 0xB0DF3E) is known color: Conifer. HEX triplet: B0, DF and 3E. RGB value is (176,223,62). Sum of RGB (Red+Green+Blue) = 176+223+62=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF3E is #4F20C1. Grayscale: #BFBFBF. Windows color (decimal): -5185730 or 4120496. OLE color: 4120496.

HSL color Cylindrical-coordinate representation of color #B0DF3E: hue angle of 77.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0DF3E is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 62 -
CMYK 0.21 0 0.72 0.13
HSL 77.52º 0.72% 0.56% -
HSV(B) 77.52º 0.72% 0.87% -
XYZ 45.16 62.35 14.21 -
YUV 190.59 55.43 117.59 -
System Red Green Blue C M Y K H S L
Decimal 176 223 62 0.21 0 0.72 0.13 77.52 0.72 0.56
Hex B0 DF 3E 15 0 48 D 4E 48 38
Octal 260 337 76 25 0 110 15 116 110 70
Binary 10110000 11011111 111110 10101 0 1001000 1101 1001110 1001000 111000

Color Harmonies of #B0DF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF3E

Black with #B0DF3E

Text Example


Text Example

White with #B0DF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF3E; }

 p { color: rgb(176,223,62); }

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

background-color css

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

 a { background-color: rgb(176,223,62); }

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

border-color css

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

 span { border-color: rgb(176,223,62); }

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