Html Css Color HEX #B4ED5D Conifer

📋 copy color: '#B4ED5D'

red 180 ◦ green 237 ◦ blue 93

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

Shades of Conifer #B4ED5D

Tints of Conifer #B4ED5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.24%

R = 35.29%
G = 46.47%
B = 18.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#B4ED5D (or 0xB4ED5D) is known color: Conifer. HEX triplet: B4, ED and 5D. RGB value is (180,237,93). Sum of RGB (Red+Green+Blue) = 180+237+93=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4ED5D is #4B12A2. Grayscale: #CCCCCC. Windows color (decimal): -4919971 or 6155700. OLE color: 6155700.

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

Color convert

RGB 180 237 93 -
CMYK 0.24 0 0.61 0.07
HSL 83.75º 0.8% 0.65% -
HSV(B) 83.75º 0.61% 0.93% -
XYZ 51.08 71.06 21.38 -
YUV 203.54 65.62 111.21 -
System Red Green Blue C M Y K H S L
Decimal 180 237 93 0.24 0 0.61 0.07 83.75 0.8 0.65
Hex B4 ED 5D 18 0 3D 7 54 50 41
Octal 264 355 135 30 0 75 7 124 120 101
Binary 10110100 11101101 1011101 11000 0 111101 111 1010100 1010000 1000001

Color Harmonies of #B4ED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ED5D

Black with #B4ED5D

Text Example


Text Example

White with #B4ED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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