Html Css Color HEX #B0EC4B Conifer

📋 copy color: '#B0EC4B'

red 176 ◦ green 236 ◦ blue 75

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

Shades of Conifer #B0EC4B

Tints of Conifer #B0EC4B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.46%

 BLUE value IS 75 (29.69% from 255) = 15.4%

R = 36.14%
G = 48.46%
B = 15.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#B0EC4B (or 0xB0EC4B) is known color: Conifer. HEX triplet: B0, EC and 4B. RGB value is (176,236,75). Sum of RGB (Red+Green+Blue) = 176+236+75=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 75 (29.69% from 255 or 15.40% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EC4B is #4F13B4. Grayscale: #C8C8C8. Windows color (decimal): -5182389 or 4975792. OLE color: 4975792.

HSL color Cylindrical-coordinate representation of color #B0EC4B: hue angle of 82.36º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0EC4B is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 236 75 -
CMYK 0.25 0 0.68 0.07
HSL 82.36º 0.81% 0.61% -
HSV(B) 82.36º 0.68% 0.93% -
XYZ 49.17 69.73 17.52 -
YUV 199.71 57.62 111.09 -
System Red Green Blue C M Y K H S L
Decimal 176 236 75 0.25 0 0.68 0.07 82.36 0.81 0.61
Hex B0 EC 4B 19 0 44 7 52 51 3D
Octal 260 354 113 31 0 104 7 122 121 75
Binary 10110000 11101100 1001011 11001 0 1000100 111 1010010 1010001 111101

Color Harmonies of #B0EC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EC4B

Black with #B0EC4B

Text Example


Text Example

White with #B0EC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EC4B; }

 p { color: rgb(176,236,75); }

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

background-color css

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

 a { background-color: rgb(176,236,75); }

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

border-color css

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

 span { border-color: rgb(176,236,75); }

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