Html Css Color HEX #BAF04D Conifer

📋 copy color: '#BAF04D'

red 186 ◦ green 240 ◦ blue 77

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

Shades of Conifer #BAF04D

Tints of Conifer #BAF04D

RGB

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

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

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

R = 36.98%
G = 47.71%
B = 15.31%

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

#BAF04D (or 0xBAF04D) is known color: Conifer. HEX triplet: BA, F0 and 4D. RGB value is (186,240,77). Sum of RGB (Red+Green+Blue) = 186+240+77=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF04D is #450FB2. Grayscale: #CDCDCD. Windows color (decimal): -4526003 or 5107898. OLE color: 5107898.

HSL color Cylindrical-coordinate representation of color #BAF04D: hue angle of 79.88º 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 #BAF04D is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 77 -
CMYK 0.22 0 0.68 0.06
HSL 79.88º 0.84% 0.62% -
HSV(B) 79.88º 0.68% 0.94% -
XYZ 52.75 73.3 18.39 -
YUV 205.27 55.61 114.25 -
System Red Green Blue C M Y K H S L
Decimal 186 240 77 0.22 0 0.68 0.06 79.88 0.84 0.62
Hex BA F0 4D 16 0 44 6 50 54 3E
Octal 272 360 115 26 0 104 6 120 124 76
Binary 10111010 11110000 1001101 10110 0 1000100 110 1010000 1010100 111110

Color Harmonies of #BAF04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF04D

Black with #BAF04D

Text Example


Text Example

White with #BAF04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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