Html Css Color HEX #BAF14D Conifer

📋 copy color: '#BAF14D'

red 186 ◦ green 241 ◦ blue 77

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

Shades of Conifer #BAF14D

Tints of Conifer #BAF14D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

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

R = 36.9%
G = 47.82%
B = 15.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#BAF14D (or 0xBAF14D) is known color: Conifer. HEX triplet: BA, F1 and 4D. RGB value is (186,241,77). Sum of RGB (Red+Green+Blue) = 186+241+77=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF14D is #450EB2. Grayscale: #CECECE. Windows color (decimal): -4525747 or 5108154. OLE color: 5108154.

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

Color convert

RGB 186 241 77 -
CMYK 0.23 0 0.68 0.05
HSL 80.12º 0.85% 0.62% -
HSV(B) 80.12º 0.68% 0.95% -
XYZ 53.04 73.89 18.49 -
YUV 205.86 55.28 113.84 -
System Red Green Blue C M Y K H S L
Decimal 186 241 77 0.23 0 0.68 0.05 80.12 0.85 0.62
Hex BA F1 4D 17 0 44 5 50 55 3E
Octal 272 361 115 27 0 104 5 120 125 76
Binary 10111010 11110001 1001101 10111 0 1000100 101 1010000 1010101 111110

Color Harmonies of #BAF14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF14D

Black with #BAF14D

Text Example


Text Example

White with #BAF14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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