Html Css Color HEX #B0ED5E Conifer

📋 copy color: '#B0ED5E'

red 176 ◦ green 237 ◦ blue 94

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

Shades of Conifer #B0ED5E

Tints of Conifer #B0ED5E

RGB

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

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

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

R = 34.71%
G = 46.75%
B = 18.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#B0ED5E (or 0xB0ED5E) is known color: Conifer. HEX triplet: B0, ED and 5E. RGB value is (176,237,94). Sum of RGB (Red+Green+Blue) = 176+237+94=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED5E is #4F12A1. Grayscale: #CACACA. Windows color (decimal): -5182114 or 6221232. OLE color: 6221232.

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

Color convert

RGB 176 237 94 -
CMYK 0.26 0 0.60 0.07
HSL 85.59º 0.8% 0.65% -
HSV(B) 85.59º 0.6% 0.93% -
XYZ 50.21 70.61 21.57 -
YUV 202.46 66.79 109.13 -
System Red Green Blue C M Y K H S L
Decimal 176 237 94 0.26 0 0.60 0.07 85.59 0.8 0.65
Hex B0 ED 5E 1A 0 3C 7 56 50 41
Octal 260 355 136 32 0 74 7 126 120 101
Binary 10110000 11101101 1011110 11010 0 111100 111 1010110 1010000 1000001

Color Harmonies of #B0ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ED5E

Black with #B0ED5E

Text Example


Text Example

White with #B0ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ED5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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