Html Css Color HEX #BAF248 Conifer

📋 copy color: '#BAF248'

red 186 ◦ green 242 ◦ blue 72

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

Shades of Conifer #BAF248

Tints of Conifer #BAF248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.4%

R = 37.2%
G = 48.4%
B = 14.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#BAF248 (or 0xBAF248) is known color: Conifer. HEX triplet: BA, F2 and 48. RGB value is (186,242,72). Sum of RGB (Red+Green+Blue) = 186+242+72=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF248 is #450DB7. Grayscale: #CECECE. Windows color (decimal): -4525496 or 4780730. OLE color: 4780730.

HSL color Cylindrical-coordinate representation of color #BAF248: hue angle of 79.76º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF248 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 72 -
CMYK 0.23 0 0.70 0.05
HSL 79.76º 0.87% 0.62% -
HSV(B) 79.76º 0.7% 0.95% -
XYZ 53.17 74.41 17.69 -
YUV 205.88 52.45 113.82 -
System Red Green Blue C M Y K H S L
Decimal 186 242 72 0.23 0 0.70 0.05 79.76 0.87 0.62
Hex BA F2 48 17 0 46 5 50 57 3E
Octal 272 362 110 27 0 106 5 120 127 76
Binary 10111010 11110010 1001000 10111 0 1000110 101 1010000 1010111 111110

Color Harmonies of #BAF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF248

Black with #BAF248

Text Example


Text Example

White with #BAF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF248; }

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

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

background-color css

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

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

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

border-color css

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

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

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