Html Css Color HEX #BAEF4D Conifer

📋 copy color: '#BAEF4D'

red 186 ◦ green 239 ◦ blue 77

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

Shades of Conifer #BAEF4D

Tints of Conifer #BAEF4D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.61%

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

R = 37.05%
G = 47.61%
B = 15.34%

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

#BAEF4D (or 0xBAEF4D) is known color: Conifer. HEX triplet: BA, EF and 4D. RGB value is (186,239,77). Sum of RGB (Red+Green+Blue) = 186+239+77=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEF4D is #4510B2. Grayscale: #CDCDCD. Windows color (decimal): -4526259 or 5107642. OLE color: 5107642.

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

Color convert

RGB 186 239 77 -
CMYK 0.22 0 0.68 0.06
HSL 79.63º 0.84% 0.62% -
HSV(B) 79.63º 0.68% 0.94% -
XYZ 52.46 72.71 18.29 -
YUV 204.69 55.94 114.67 -
System Red Green Blue C M Y K H S L
Decimal 186 239 77 0.22 0 0.68 0.06 79.63 0.84 0.62
Hex BA EF 4D 16 0 44 6 50 54 3E
Octal 272 357 115 26 0 104 6 120 124 76
Binary 10111010 11101111 1001101 10110 0 1000100 110 1010000 1010100 111110

Color Harmonies of #BAEF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEF4D

Black with #BAEF4D

Text Example


Text Example

White with #BAEF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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