Html Css Color HEX #BAFD5A Conifer

📋 copy color: '#BAFD5A'

red 186 ◦ green 253 ◦ blue 90

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

Shades of Conifer #BAFD5A

Tints of Conifer #BAFD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.01%

R = 35.16%
G = 47.83%
B = 17.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#BAFD5A (or 0xBAFD5A) is known color: Conifer. HEX triplet: BA, FD and 5A. RGB value is (186,253,90). Sum of RGB (Red+Green+Blue) = 186+253+90=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD5A is #4502A5. Grayscale: #D6D6D6. Windows color (decimal): -4522662 or 5963194. OLE color: 5963194.

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

Color convert

RGB 186 253 90 -
CMYK 0.26 0 0.64 0.01
HSL 84.66º 0.98% 0.67% -
HSV(B) 84.66º 0.64% 0.99% -
XYZ 57.22 81.43 22.37 -
YUV 214.39 57.8 107.75 -
System Red Green Blue C M Y K H S L
Decimal 186 253 90 0.26 0 0.64 0.01 84.66 0.98 0.67
Hex BA FD 5A 1A 0 40 1 55 62 43
Octal 272 375 132 32 0 100 1 125 142 103
Binary 10111010 11111101 1011010 11010 0 1000000 1 1010101 1100010 1000011

Color Harmonies of #BAFD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD5A

Black with #BAFD5A

Text Example


Text Example

White with #BAFD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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