Html Css Color HEX #B4ED5F Conifer

📋 copy color: '#B4ED5F'

red 180 ◦ green 237 ◦ blue 95

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

Shades of Conifer #B4ED5F

Tints of Conifer #B4ED5F

RGB

 RED value IS 180 (70.7% from 255) = 35.16%

 GREEN value IS 237 (92.97% from 255) = 46.29%

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 35.16%
G = 46.29%
B = 18.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#B4ED5F (or 0xB4ED5F) is known color: Conifer. HEX triplet: B4, ED and 5F. RGB value is (180,237,95). Sum of RGB (Red+Green+Blue) = 180+237+95=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4ED5F is #4B12A0. Grayscale: #CCCCCC. Windows color (decimal): -4919969 or 6286772. OLE color: 6286772.

HSL color Cylindrical-coordinate representation of color #B4ED5F: hue angle of 84.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4ED5F is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 237 95 -
CMYK 0.24 0 0.60 0.07
HSL 84.08º 0.8% 0.65% -
HSV(B) 84.08º 0.6% 0.93% -
XYZ 51.17 71.1 21.85 -
YUV 203.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 180 237 95 0.24 0 0.60 0.07 84.08 0.8 0.65
Hex B4 ED 5F 18 0 3C 7 54 50 41
Octal 264 355 137 30 0 74 7 124 120 101
Binary 10110100 11101101 1011111 11000 0 111100 111 1010100 1010000 1000001

Color Harmonies of #B4ED5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ED5F

Black with #B4ED5F

Text Example


Text Example

White with #B4ED5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ED5F; }

 p { color: rgb(180,237,95); }

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

background-color css

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

 a { background-color: rgb(180,237,95); }

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

border-color css

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

 span { border-color: rgb(180,237,95); }

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