Html Css Color HEX #B0E03D Conifer

📋 copy color: '#B0E03D'

red 176 ◦ green 224 ◦ blue 61

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

Shades of Conifer #B0E03D

Tints of Conifer #B0E03D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.59%

 BLUE value IS 61 (24.22% from 255) = 13.23%

R = 38.18%
G = 48.59%
B = 13.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#B0E03D (or 0xB0E03D) is known color: Conifer. HEX triplet: B0, E0 and 3D. RGB value is (176,224,61). Sum of RGB (Red+Green+Blue) = 176+224+61=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E03D is #4F1FC2. Grayscale: #BFBFBF. Windows color (decimal): -5185475 or 4055216. OLE color: 4055216.

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

Color convert

RGB 176 224 61 -
CMYK 0.21 0 0.73 0.12
HSL 77.67º 0.72% 0.56% -
HSV(B) 77.67º 0.73% 0.88% -
XYZ 45.4 62.88 14.16 -
YUV 191.07 54.6 117.25 -
System Red Green Blue C M Y K H S L
Decimal 176 224 61 0.21 0 0.73 0.12 77.67 0.72 0.56
Hex B0 E0 3D 15 0 49 C 4E 48 38
Octal 260 340 75 25 0 111 14 116 110 70
Binary 10110000 11100000 111101 10101 0 1001001 1100 1001110 1001000 111000

Color Harmonies of #B0E03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E03D

Black with #B0E03D

Text Example


Text Example

White with #B0E03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E03D; }

 p { color: rgb(176,224,61); }

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

background-color css

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

 a { background-color: rgb(176,224,61); }

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

border-color css

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

 span { border-color: rgb(176,224,61); }

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