Html Css Color HEX #BAF764 Sulu

📋 copy color: '#BAF764'

red 186 ◦ green 247 ◦ blue 100

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

Shades of Sulu #BAF764

Tints of Sulu #BAF764

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.34%

 BLUE value IS 100 (39.45% from 255) = 18.76%

R = 34.9%
G = 46.34%
B = 18.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#BAF764 (or 0xBAF764) is known color: Sulu. HEX triplet: BA, F7 and 64. RGB value is (186,247,100). Sum of RGB (Red+Green+Blue) = 186+247+100=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF764 is #45089B. Grayscale: #D4D4D4. Windows color (decimal): -4524188 or 6617018. OLE color: 6617018.

HSL color Cylindrical-coordinate representation of color #BAF764: hue angle of 84.9º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAF764 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 100 -
CMYK 0.25 0 0.60 0.03
HSL 84.9º 0.9% 0.68% -
HSV(B) 84.9º 0.6% 0.97% -
XYZ 55.81 77.88 24.15 -
YUV 212 64.79 109.45 -
System Red Green Blue C M Y K H S L
Decimal 186 247 100 0.25 0 0.60 0.03 84.9 0.9 0.68
Hex BA F7 64 19 0 3C 3 55 5A 44
Octal 272 367 144 31 0 74 3 125 132 104
Binary 10111010 11110111 1100100 11001 0 111100 11 1010101 1011010 1000100

Color Harmonies of #BAF764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF764

Black with #BAF764

Text Example


Text Example

White with #BAF764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF764; }

 p { color: rgb(186,247,100); }

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

background-color css

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

 a { background-color: rgb(186,247,100); }

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

border-color css

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

 span { border-color: rgb(186,247,100); }

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