Html Css Color HEX #B0EF5E Conifer

📋 copy color: '#B0EF5E'

red 176 ◦ green 239 ◦ blue 94

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

Shades of Conifer #B0EF5E

Tints of Conifer #B0EF5E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.95%

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

R = 34.58%
G = 46.95%
B = 18.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#B0EF5E (or 0xB0EF5E) is known color: Conifer. HEX triplet: B0, EF and 5E. RGB value is (176,239,94). Sum of RGB (Red+Green+Blue) = 176+239+94=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EF5E is #4F10A1. Grayscale: #CCCCCC. Windows color (decimal): -5181602 or 6221744. OLE color: 6221744.

HSL color Cylindrical-coordinate representation of color #B0EF5E: hue angle of 86.07º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0EF5E is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 94 -
CMYK 0.26 0 0.61 0.06
HSL 86.07º 0.82% 0.65% -
HSV(B) 86.07º 0.61% 0.94% -
XYZ 50.79 71.77 21.77 -
YUV 203.63 66.13 108.29 -
System Red Green Blue C M Y K H S L
Decimal 176 239 94 0.26 0 0.61 0.06 86.07 0.82 0.65
Hex B0 EF 5E 1A 0 3D 6 56 52 41
Octal 260 357 136 32 0 75 6 126 122 101
Binary 10110000 11101111 1011110 11010 0 111101 110 1010110 1010010 1000001

Color Harmonies of #B0EF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EF5E

Black with #B0EF5E

Text Example


Text Example

White with #B0EF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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