Html Css Color HEX #B4EA5E Conifer

📋 copy color: '#B4EA5E'

red 180 ◦ green 234 ◦ blue 94

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

Shades of Conifer #B4EA5E

Tints of Conifer #B4EA5E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.06%

 BLUE value IS 94 (37.11% from 255) = 18.5%

R = 35.43%
G = 46.06%
B = 18.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#B4EA5E (or 0xB4EA5E) is known color: Conifer. HEX triplet: B4, EA and 5E. RGB value is (180,234,94). Sum of RGB (Red+Green+Blue) = 180+234+94=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EA5E is #4B15A1. Grayscale: #CACACA. Windows color (decimal): -4920738 or 6220468. OLE color: 6220468.

HSL color Cylindrical-coordinate representation of color #B4EA5E: hue angle of 83.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4EA5E is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 234 94 -
CMYK 0.23 0 0.60 0.08
HSL 83.14º 0.77% 0.64% -
HSV(B) 83.14º 0.6% 0.92% -
XYZ 50.27 69.36 21.33 -
YUV 201.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 180 234 94 0.23 0 0.60 0.08 83.14 0.77 0.64
Hex B4 EA 5E 17 0 3C 8 53 4D 40
Octal 264 352 136 27 0 74 10 123 115 100
Binary 10110100 11101010 1011110 10111 0 111100 1000 1010011 1001101 1000000

Color Harmonies of #B4EA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EA5E

Black with #B4EA5E

Text Example


Text Example

White with #B4EA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EA5E; }

 p { color: rgb(180,234,94); }

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

background-color css

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

 a { background-color: rgb(180,234,94); }

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

border-color css

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

 span { border-color: rgb(180,234,94); }

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