Html Css Color HEX #BAF278 Sulu

📋 copy color: '#BAF278'

red 186 ◦ green 242 ◦ blue 120

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

Shades of Sulu #BAF278

Tints of Sulu #BAF278

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.16%

 BLUE value IS 120 (47.27% from 255) = 21.9%

R = 33.94%
G = 44.16%
B = 21.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#BAF278 (or 0xBAF278) is known color: Sulu. HEX triplet: BA, F2 and 78. RGB value is (186,242,120). Sum of RGB (Red+Green+Blue) = 186+242+120=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF278 is #450D87. Grayscale: #D3D3D3. Windows color (decimal): -4525448 or 7926458. OLE color: 7926458.

HSL color Cylindrical-coordinate representation of color #BAF278: hue angle of 87.54º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF278 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 120 -
CMYK 0.23 0 0.50 0.05
HSL 87.54º 0.82% 0.71% -
HSV(B) 87.54º 0.5% 0.95% -
XYZ 55.39 75.3 29.38 -
YUV 211.35 76.45 109.92 -
System Red Green Blue C M Y K H S L
Decimal 186 242 120 0.23 0 0.50 0.05 87.54 0.82 0.71
Hex BA F2 78 17 0 32 5 58 52 47
Octal 272 362 170 27 0 62 5 130 122 107
Binary 10111010 11110010 1111000 10111 0 110010 101 1011000 1010010 1000111

Color Harmonies of #BAF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF278

Black with #BAF278

Text Example


Text Example

White with #BAF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF278; }

 p { color: rgb(186,242,120); }

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

background-color css

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

 a { background-color: rgb(186,242,120); }

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

border-color css

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

 span { border-color: rgb(186,242,120); }

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