Html Css Color HEX #BAF54D Conifer

📋 copy color: '#BAF54D'

red 186 ◦ green 245 ◦ blue 77

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

Shades of Conifer #BAF54D

Tints of Conifer #BAF54D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.23%

 BLUE value IS 77 (30.47% from 255) = 15.16%

R = 36.61%
G = 48.23%
B = 15.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#BAF54D (or 0xBAF54D) is known color: Conifer. HEX triplet: BA, F5 and 4D. RGB value is (186,245,77). Sum of RGB (Red+Green+Blue) = 186+245+77=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF54D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF54D is #450AB2. Grayscale: #D0D0D0. Windows color (decimal): -4524723 or 5109178. OLE color: 5109178.

HSL color Cylindrical-coordinate representation of color #BAF54D: hue angle of 81.07º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAF54D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 77 -
CMYK 0.24 0 0.69 0.04
HSL 81.07º 0.89% 0.63% -
HSV(B) 81.07º 0.69% 0.96% -
XYZ 54.24 76.28 18.89 -
YUV 208.21 53.95 112.16 -
System Red Green Blue C M Y K H S L
Decimal 186 245 77 0.24 0 0.69 0.04 81.07 0.89 0.63
Hex BA F5 4D 18 0 45 4 51 59 3F
Octal 272 365 115 30 0 105 4 121 131 77
Binary 10111010 11110101 1001101 11000 0 1000101 100 1010001 1011001 111111

Color Harmonies of #BAF54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF54D

Black with #BAF54D

Text Example


Text Example

White with #BAF54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF54D; }

 p { color: rgb(186,245,77); }

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

background-color css

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

 a { background-color: rgb(186,245,77); }

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

border-color css

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

 span { border-color: rgb(186,245,77); }

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