Html Css Color HEX #BAFD7A Sulu

📋 copy color: '#BAFD7A'

red 186 ◦ green 253 ◦ blue 122

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

Shades of Sulu #BAFD7A

Tints of Sulu #BAFD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.75%

R = 33.16%
G = 45.1%
B = 21.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#BAFD7A (or 0xBAFD7A) is known color: Sulu. HEX triplet: BA, FD and 7A. RGB value is (186,253,122). Sum of RGB (Red+Green+Blue) = 186+253+122=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD7A is #450285. Grayscale: #DADADA. Windows color (decimal): -4522630 or 8060346. OLE color: 8060346.

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

Color convert

RGB 186 253 122 -
CMYK 0.26 0 0.52 0.01
HSL 90.69º 0.97% 0.74% -
HSV(B) 90.69º 0.52% 0.99% -
XYZ 58.89 82.09 31.15 -
YUV 218.03 73.8 105.15 -
System Red Green Blue C M Y K H S L
Decimal 186 253 122 0.26 0 0.52 0.01 90.69 0.97 0.74
Hex BA FD 7A 1A 0 34 1 5B 61 4A
Octal 272 375 172 32 0 64 1 133 141 112
Binary 10111010 11111101 1111010 11010 0 110100 1 1011011 1100001 1001010

Color Harmonies of #BAFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD7A

Black with #BAFD7A

Text Example


Text Example

White with #BAFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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