Html Css Color HEX #BAF254 Conifer

📋 copy color: '#BAF254'

red 186 ◦ green 242 ◦ blue 84

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

Shades of Conifer #BAF254

Tints of Conifer #BAF254

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.27%

 BLUE value IS 84 (33.2% from 255) = 16.41%

R = 36.33%
G = 47.27%
B = 16.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#BAF254 (or 0xBAF254) is known color: Conifer. HEX triplet: BA, F2 and 54. RGB value is (186,242,84). Sum of RGB (Red+Green+Blue) = 186+242+84=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF254 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF254 is #450DAB. Grayscale: #CFCFCF. Windows color (decimal): -4525484 or 5567162. OLE color: 5567162.

HSL color Cylindrical-coordinate representation of color #BAF254: hue angle of 81.27º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAF254 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 84 -
CMYK 0.23 0 0.65 0.05
HSL 81.27º 0.86% 0.64% -
HSV(B) 81.27º 0.65% 0.95% -
XYZ 53.6 74.58 19.96 -
YUV 207.24 58.45 112.85 -
System Red Green Blue C M Y K H S L
Decimal 186 242 84 0.23 0 0.65 0.05 81.27 0.86 0.64
Hex BA F2 54 17 0 41 5 51 56 40
Octal 272 362 124 27 0 101 5 121 126 100
Binary 10111010 11110010 1010100 10111 0 1000001 101 1010001 1010110 1000000

Color Harmonies of #BAF254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF254

Black with #BAF254

Text Example


Text Example

White with #BAF254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF254; }

 p { color: rgb(186,242,84); }

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

background-color css

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

 a { background-color: rgb(186,242,84); }

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

border-color css

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

 span { border-color: rgb(186,242,84); }

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