Html Css Color HEX #BAF753 Conifer

📋 copy color: '#BAF753'

red 186 ◦ green 247 ◦ blue 83

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

Shades of Conifer #BAF753

Tints of Conifer #BAF753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.09%

R = 36.05%
G = 47.87%
B = 16.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#BAF753 (or 0xBAF753) is known color: Conifer. HEX triplet: BA, F7 and 53. RGB value is (186,247,83). Sum of RGB (Red+Green+Blue) = 186+247+83=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF753 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF753 is #4508AC. Grayscale: #D2D2D2. Windows color (decimal): -4524205 or 5502906. OLE color: 5502906.

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

Color convert

RGB 186 247 83 -
CMYK 0.25 0 0.66 0.03
HSL 82.32º 0.91% 0.65% -
HSV(B) 82.32º 0.66% 0.97% -
XYZ 55.07 77.59 20.26 -
YUV 210.07 56.29 110.84 -
System Red Green Blue C M Y K H S L
Decimal 186 247 83 0.25 0 0.66 0.03 82.32 0.91 0.65
Hex BA F7 53 19 0 42 3 52 5B 41
Octal 272 367 123 31 0 102 3 122 133 101
Binary 10111010 11110111 1010011 11001 0 1000010 11 1010010 1011011 1000001

Color Harmonies of #BAF753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF753

Black with #BAF753

Text Example


Text Example

White with #BAF753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF753; }

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

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

background-color css

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

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

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

border-color css

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

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

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