Html Css Color HEX #BAF04A Conifer

📋 copy color: '#BAF04A'

red 186 ◦ green 240 ◦ blue 74

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

Shades of Conifer #BAF04A

Tints of Conifer #BAF04A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

 BLUE value IS 74 (29.3% from 255) = 14.8%

R = 37.2%
G = 48%
B = 14.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#BAF04A (or 0xBAF04A) is known color: Conifer. HEX triplet: BA, F0 and 4A. RGB value is (186,240,74). Sum of RGB (Red+Green+Blue) = 186+240+74=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF04A is #450FB5. Grayscale: #CDCDCD. Windows color (decimal): -4526006 or 4911290. OLE color: 4911290.

HSL color Cylindrical-coordinate representation of color #BAF04A: hue angle of 79.52º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAF04A is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 74 -
CMYK 0.22 0 0.69 0.06
HSL 79.52º 0.85% 0.62% -
HSV(B) 79.52º 0.69% 0.94% -
XYZ 52.65 73.25 17.84 -
YUV 204.93 54.11 114.5 -
System Red Green Blue C M Y K H S L
Decimal 186 240 74 0.22 0 0.69 0.06 79.52 0.85 0.62
Hex BA F0 4A 16 0 45 6 50 55 3E
Octal 272 360 112 26 0 105 6 120 125 76
Binary 10111010 11110000 1001010 10110 0 1000101 110 1010000 1010101 111110

Color Harmonies of #BAF04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF04A

Black with #BAF04A

Text Example


Text Example

White with #BAF04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF04A; }

 p { color: rgb(186,240,74); }

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

background-color css

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

 a { background-color: rgb(186,240,74); }

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

border-color css

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

 span { border-color: rgb(186,240,74); }

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