Html Css Color HEX #BAFE52 Conifer

📋 copy color: '#BAFE52'

red 186 ◦ green 254 ◦ blue 82

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

Shades of Conifer #BAFE52

Tints of Conifer #BAFE52

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.66%

 BLUE value IS 82 (32.42% from 255) = 15.71%

R = 35.63%
G = 48.66%
B = 15.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#BAFE52 (or 0xBAFE52) is known color: Conifer. HEX triplet: BA, FE and 52. RGB value is (186,254,82). Sum of RGB (Red+Green+Blue) = 186+254+82=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE52 is #4501AD. Grayscale: #D6D6D6. Windows color (decimal): -4522414 or 5439162. OLE color: 5439162.

HSL color Cylindrical-coordinate representation of color #BAFE52: hue angle of 83.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAFE52 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 254 82 -
CMYK 0.27 0 0.68 0.00
HSL 83.72º 0.99% 0.66% -
HSV(B) 83.72º 0.68% 1% -
XYZ 57.21 81.93 20.78 -
YUV 214.06 53.47 107.99 -
System Red Green Blue C M Y K H S L
Decimal 186 254 82 0.27 0 0.68 0.00 83.72 0.99 0.66
Hex BA FE 52 1B 0 44 0 54 63 42
Octal 272 376 122 33 0 104 0 124 143 102
Binary 10111010 11111110 1010010 11011 0 1000100 0 1010100 1100011 1000010

Color Harmonies of #BAFE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFE52

Black with #BAFE52

Text Example


Text Example

White with #BAFE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFE52; }

 p { color: rgb(186,254,82); }

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

background-color css

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

 a { background-color: rgb(186,254,82); }

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

border-color css

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

 span { border-color: rgb(186,254,82); }

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