Html Css Color HEX #BAFD63 Sulu

📋 copy color: '#BAFD63'

red 186 ◦ green 253 ◦ blue 99

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

Shades of Sulu #BAFD63

Tints of Sulu #BAFD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.4%

R = 34.57%
G = 47.03%
B = 18.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#BAFD63 (or 0xBAFD63) is known color: Sulu. HEX triplet: BA, FD and 63. RGB value is (186,253,99). Sum of RGB (Red+Green+Blue) = 186+253+99=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD63 is #45029C. Grayscale: #D7D7D7. Windows color (decimal): -4522653 or 6553018. OLE color: 6553018.

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

Color convert

RGB 186 253 99 -
CMYK 0.26 0 0.61 0.01
HSL 86.1º 0.97% 0.69% -
HSV(B) 86.1º 0.61% 0.99% -
XYZ 57.63 81.59 24.52 -
YUV 215.41 62.3 107.02 -
System Red Green Blue C M Y K H S L
Decimal 186 253 99 0.26 0 0.61 0.01 86.1 0.97 0.69
Hex BA FD 63 1A 0 3D 1 56 61 45
Octal 272 375 143 32 0 75 1 126 141 105
Binary 10111010 11111101 1100011 11010 0 111101 1 1010110 1100001 1000101

Color Harmonies of #BAFD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD63

Black with #BAFD63

Text Example


Text Example

White with #BAFD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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