Html Css Color HEX #BAF04E Conifer

📋 copy color: '#BAF04E'

red 186 ◦ green 240 ◦ blue 78

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

Shades of Conifer #BAF04E

Tints of Conifer #BAF04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.48%

R = 36.9%
G = 47.62%
B = 15.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#BAF04E (or 0xBAF04E) is known color: Conifer. HEX triplet: BA, F0 and 4E. RGB value is (186,240,78). Sum of RGB (Red+Green+Blue) = 186+240+78=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF04E is #450FB1. Grayscale: #CDCDCD. Windows color (decimal): -4526002 or 5173434. OLE color: 5173434.

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

Color convert

RGB 186 240 78 -
CMYK 0.22 0 0.68 0.06
HSL 80º 0.84% 0.62% -
HSV(B) 80º 0.68% 0.94% -
XYZ 52.78 73.31 18.58 -
YUV 205.39 56.11 114.17 -
System Red Green Blue C M Y K H S L
Decimal 186 240 78 0.22 0 0.68 0.06 80 0.84 0.62
Hex BA F0 4E 16 0 44 6 50 54 3E
Octal 272 360 116 26 0 104 6 120 124 76
Binary 10111010 11110000 1001110 10110 0 1000100 110 1010000 1010100 111110

Color Harmonies of #BAF04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF04E

Black with #BAF04E

Text Example


Text Example

White with #BAF04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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