Html Css Color HEX #BAFD5D Conifer

📋 copy color: '#BAFD5D'

red 186 ◦ green 253 ◦ blue 93

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

Shades of Conifer #BAFD5D

Tints of Conifer #BAFD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.48%

R = 34.96%
G = 47.56%
B = 17.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#BAFD5D (or 0xBAFD5D) is known color: Conifer. HEX triplet: BA, FD and 5D. RGB value is (186,253,93). Sum of RGB (Red+Green+Blue) = 186+253+93=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD5D is #4502A2. Grayscale: #D7D7D7. Windows color (decimal): -4522659 or 6159802. OLE color: 6159802.

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

Color convert

RGB 186 253 93 -
CMYK 0.26 0 0.63 0.01
HSL 85.13º 0.98% 0.68% -
HSV(B) 85.13º 0.63% 0.99% -
XYZ 57.35 81.48 23.06 -
YUV 214.73 59.3 107.51 -
System Red Green Blue C M Y K H S L
Decimal 186 253 93 0.26 0 0.63 0.01 85.13 0.98 0.68
Hex BA FD 5D 1A 0 3F 1 55 62 44
Octal 272 375 135 32 0 77 1 125 142 104
Binary 10111010 11111101 1011101 11010 0 111111 1 1010101 1100010 1000100

Color Harmonies of #BAFD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD5D

Black with #BAFD5D

Text Example


Text Example

White with #BAFD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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