Html Css Color HEX #BAFE5E Conifer

📋 copy color: '#BAFE5E'

red 186 ◦ green 254 ◦ blue 94

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

Shades of Conifer #BAFE5E

Tints of Conifer #BAFE5E

RGB

 RED value IS 186 (73.05% from 255) = 34.83%

 GREEN value IS 254 (99.61% from 255) = 47.57%

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

R = 34.83%
G = 47.57%
B = 17.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#BAFE5E (or 0xBAFE5E) is known color: Conifer. HEX triplet: BA, FE and 5E. RGB value is (186,254,94). Sum of RGB (Red+Green+Blue) = 186+254+94=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE5E is #4501A1. Grayscale: #D7D7D7. Windows color (decimal): -4522402 or 6225594. OLE color: 6225594.

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

Color convert

RGB 186 254 94 -
CMYK 0.27 0 0.63 0.00
HSL 85.5º 0.99% 0.68% -
HSV(B) 85.5º 0.63% 1% -
XYZ 57.71 82.13 23.4 -
YUV 215.43 59.47 107.01 -
System Red Green Blue C M Y K H S L
Decimal 186 254 94 0.27 0 0.63 0.00 85.5 0.99 0.68
Hex BA FE 5E 1B 0 3F 0 56 63 44
Octal 272 376 136 33 0 77 0 126 143 104
Binary 10111010 11111110 1011110 11011 0 111111 0 1010110 1100011 1000100

Color Harmonies of #BAFE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE5E

Black with #BAFE5E

Text Example


Text Example

White with #BAFE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE5E; }

 p { color: rgb(186,254,94); }

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

background-color css

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

 a { background-color: rgb(186,254,94); }

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

border-color css

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

 span { border-color: rgb(186,254,94); }

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