Html Css Color HEX #BAF75E Conifer

📋 copy color: '#BAF75E'

red 186 ◦ green 247 ◦ blue 94

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

Shades of Conifer #BAF75E

Tints of Conifer #BAF75E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.87%

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

R = 35.29%
G = 46.87%
B = 17.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#BAF75E (or 0xBAF75E) is known color: Conifer. HEX triplet: BA, F7 and 5E. RGB value is (186,247,94). Sum of RGB (Red+Green+Blue) = 186+247+94=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF75E is #4508A1. Grayscale: #D3D3D3. Windows color (decimal): -4524194 or 6223802. OLE color: 6223802.

HSL color Cylindrical-coordinate representation of color #BAF75E: hue angle of 83.92º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAF75E is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 94 -
CMYK 0.25 0 0.62 0.03
HSL 83.92º 0.91% 0.67% -
HSV(B) 83.92º 0.62% 0.97% -
XYZ 55.53 77.77 22.67 -
YUV 211.32 61.79 109.94 -
System Red Green Blue C M Y K H S L
Decimal 186 247 94 0.25 0 0.62 0.03 83.92 0.91 0.67
Hex BA F7 5E 19 0 3E 3 54 5B 43
Octal 272 367 136 31 0 76 3 124 133 103
Binary 10111010 11110111 1011110 11001 0 111110 11 1010100 1011011 1000011

Color Harmonies of #BAF75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF75E

Black with #BAF75E

Text Example


Text Example

White with #BAF75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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