Html Css Color HEX #BAFD52 Conifer

📋 copy color: '#BAFD52'

red 186 ◦ green 253 ◦ blue 82

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

Shades of Conifer #BAFD52

Tints of Conifer #BAFD52

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.56%

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

R = 35.7%
G = 48.56%
B = 15.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#BAFD52 (or 0xBAFD52) is known color: Conifer. HEX triplet: BA, FD and 52. RGB value is (186,253,82). Sum of RGB (Red+Green+Blue) = 186+253+82=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 82 (32.42% from 255 or 15.74% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD52 is #4502AD. Grayscale: #D6D6D6. Windows color (decimal): -4522670 or 5438906. OLE color: 5438906.

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

Color convert

RGB 186 253 82 -
CMYK 0.26 0 0.68 0.01
HSL 83.51º 0.98% 0.66% -
HSV(B) 83.51º 0.68% 0.99% -
XYZ 56.9 81.3 20.68 -
YUV 213.47 53.8 108.4 -
System Red Green Blue C M Y K H S L
Decimal 186 253 82 0.26 0 0.68 0.01 83.51 0.98 0.66
Hex BA FD 52 1A 0 44 1 54 62 42
Octal 272 375 122 32 0 104 1 124 142 102
Binary 10111010 11111101 1010010 11010 0 1000100 1 1010100 1100010 1000010

Color Harmonies of #BAFD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD52

Black with #BAFD52

Text Example


Text Example

White with #BAFD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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