Html Css Color HEX #BAE74F Conifer

📋 copy color: '#BAE74F'

red 186 ◦ green 231 ◦ blue 79

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

Shades of Conifer #BAE74F

Tints of Conifer #BAE74F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.57%

 BLUE value IS 79 (31.25% from 255) = 15.93%

R = 37.5%
G = 46.57%
B = 15.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#BAE74F (or 0xBAE74F) is known color: Conifer. HEX triplet: BA, E7 and 4F. RGB value is (186,231,79). Sum of RGB (Red+Green+Blue) = 186+231+79=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE74F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE74F is #4518B0. Grayscale: #C8C8C8. Windows color (decimal): -4528305 or 5236666. OLE color: 5236666.

HSL color Cylindrical-coordinate representation of color #BAE74F: hue angle of 77.76º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAE74F is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 79 -
CMYK 0.19 0 0.66 0.09
HSL 77.76º 0.76% 0.61% -
HSV(B) 77.76º 0.66% 0.91% -
XYZ 50.24 68.16 17.9 -
YUV 200.22 59.59 117.86 -
System Red Green Blue C M Y K H S L
Decimal 186 231 79 0.19 0 0.66 0.09 77.76 0.76 0.61
Hex BA E7 4F 13 0 42 9 4E 4C 3D
Octal 272 347 117 23 0 102 11 116 114 75
Binary 10111010 11100111 1001111 10011 0 1000010 1001 1001110 1001100 111101

Color Harmonies of #BAE74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE74F

Black with #BAE74F

Text Example


Text Example

White with #BAE74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE74F; }

 p { color: rgb(186,231,79); }

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

background-color css

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

 a { background-color: rgb(186,231,79); }

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

border-color css

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

 span { border-color: rgb(186,231,79); }

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