Html Css Color HEX #BAFD4F Conifer

📋 copy color: '#BAFD4F'

red 186 ◦ green 253 ◦ blue 79

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

Shades of Conifer #BAFD4F

Tints of Conifer #BAFD4F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.84%

 BLUE value IS 79 (31.25% from 255) = 15.25%

R = 35.91%
G = 48.84%
B = 15.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#BAFD4F (or 0xBAFD4F) is known color: Conifer. HEX triplet: BA, FD and 4F. RGB value is (186,253,79). Sum of RGB (Red+Green+Blue) = 186+253+79=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 79 (31.25% from 255 or 15.25% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD4F is #4502B0. Grayscale: #D5D5D5. Windows color (decimal): -4522673 or 5242298. OLE color: 5242298.

HSL color Cylindrical-coordinate representation of color #BAFD4F: hue angle of 83.1º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAFD4F is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 79 -
CMYK 0.26 0 0.69 0.01
HSL 83.1º 0.98% 0.65% -
HSV(B) 83.1º 0.69% 0.99% -
XYZ 56.79 81.25 20.09 -
YUV 213.13 52.3 108.65 -
System Red Green Blue C M Y K H S L
Decimal 186 253 79 0.26 0 0.69 0.01 83.1 0.98 0.65
Hex BA FD 4F 1A 0 45 1 53 62 41
Octal 272 375 117 32 0 105 1 123 142 101
Binary 10111010 11111101 1001111 11010 0 1000101 1 1010011 1100010 1000001

Color Harmonies of #BAFD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD4F

Black with #BAFD4F

Text Example


Text Example

White with #BAFD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD4F; }

 p { color: rgb(186,253,79); }

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

background-color css

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

 a { background-color: rgb(186,253,79); }

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

border-color css

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

 span { border-color: rgb(186,253,79); }

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