Html Css Color HEX #B8ED5E Conifer

📋 copy color: '#B8ED5E'

red 184 ◦ green 237 ◦ blue 94

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

Shades of Conifer #B8ED5E

Tints of Conifer #B8ED5E

RGB

 RED value IS 184 (72.27% from 255) = 35.73%

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

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

R = 35.73%
G = 46.02%
B = 18.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#B8ED5E (or 0xB8ED5E) is known color: Conifer. HEX triplet: B8, ED and 5E. RGB value is (184,237,94). Sum of RGB (Red+Green+Blue) = 184+237+94=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED5E is #4712A1. Grayscale: #CDCDCD. Windows color (decimal): -4657826 or 6221240. OLE color: 6221240.

HSL color Cylindrical-coordinate representation of color #B8ED5E: hue angle of 82.24º 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 #B8ED5E is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 237 94 -
CMYK 0.22 0 0.60 0.07
HSL 82.24º 0.8% 0.65% -
HSV(B) 82.24º 0.6% 0.93% -
XYZ 52.07 71.57 21.66 -
YUV 204.85 65.44 113.13 -
System Red Green Blue C M Y K H S L
Decimal 184 237 94 0.22 0 0.60 0.07 82.24 0.8 0.65
Hex B8 ED 5E 16 0 3C 7 52 50 41
Octal 270 355 136 26 0 74 7 122 120 101
Binary 10111000 11101101 1011110 10110 0 111100 111 1010010 1010000 1000001

Color Harmonies of #B8ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ED5E

Black with #B8ED5E

Text Example


Text Example

White with #B8ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ED5E; }

 p { color: rgb(184,237,94); }

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

background-color css

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

 a { background-color: rgb(184,237,94); }

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

border-color css

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

 span { border-color: rgb(184,237,94); }

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