Html Css Color HEX #B6FF5E Conifer

📋 copy color: '#B6FF5E'

red 182 ◦ green 255 ◦ blue 94

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

Shades of Conifer #B6FF5E

Tints of Conifer #B6FF5E

RGB

 RED value IS 182 (71.48% from 255) = 34.27%

 GREEN value IS 255 (100% from 255) = 48.02%

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

R = 34.27%
G = 48.02%
B = 17.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#B6FF5E (or 0xB6FF5E) is known color: Conifer. HEX triplet: B6, FF and 5E. RGB value is (182,255,94). Sum of RGB (Red+Green+Blue) = 182+255+94=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FF5E is #4900A1. Grayscale: #D7D7D7. Windows color (decimal): -4784290 or 6225846. OLE color: 6225846.

HSL color Cylindrical-coordinate representation of color #B6FF5E: hue angle of 87.2º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6FF5E is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 182 255 94 -
CMYK 0.29 0 0.63 0
HSL 87.2º 1% 0.68% -
HSV(B) 87.2º 0.63% 1% -
XYZ 57.07 82.27 23.46 -
YUV 214.82 59.82 104.59 -
System Red Green Blue C M Y K H S L
Decimal 182 255 94 0.29 0 0.63 0 87.2 1 0.68
Hex B6 FF 5E 1D 0 3F 0 57 64 44
Octal 266 377 136 35 0 77 0 127 144 104
Binary 10110110 11111111 1011110 11101 0 111111 0 1010111 1100100 1000100

Color Harmonies of #B6FF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FF5E

Black with #B6FF5E

Text Example


Text Example

White with #B6FF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FF5E; }

 p { color: rgb(182,255,94); }

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

background-color css

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

 a { background-color: rgb(182,255,94); }

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

border-color css

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

 span { border-color: rgb(182,255,94); }

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