Html Css Color HEX #BCF580 Sulu

📋 copy color: '#BCF580'

red 188 ◦ green 245 ◦ blue 128

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

Shades of Sulu #BCF580

Tints of Sulu #BCF580

RGB

 RED value IS 188 (73.83% from 255) = 33.51%

 GREEN value IS 245 (96.09% from 255) = 43.67%

 BLUE value IS 128 (50.39% from 255) = 22.82%

R = 33.51%
G = 43.67%
B = 22.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#BCF580 (or 0xBCF580) is known color: Sulu. HEX triplet: BC, F5 and 80. RGB value is (188,245,128). Sum of RGB (Red+Green+Blue) = 188+245+128=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF580 is #430A7F. Grayscale: #D7D7D7. Windows color (decimal): -4393600 or 8451516. OLE color: 8451516.

HSL color Cylindrical-coordinate representation of color #BCF580: hue angle of 89.23º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCF580 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 128 -
CMYK 0.23 0 0.48 0.04
HSL 89.23º 0.85% 0.73% -
HSV(B) 89.23º 0.48% 0.96% -
XYZ 57.29 77.55 32.37 -
YUV 214.62 79.12 109.01 -
System Red Green Blue C M Y K H S L
Decimal 188 245 128 0.23 0 0.48 0.04 89.23 0.85 0.73
Hex BC F5 80 17 0 30 4 59 55 49
Octal 274 365 200 27 0 60 4 131 125 111
Binary 10111100 11110101 10000000 10111 0 110000 100 1011001 1010101 1001001

Color Harmonies of #BCF580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF580

Black with #BCF580

Text Example


Text Example

White with #BCF580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF580; }

 p { color: rgb(188,245,128); }

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

background-color css

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

 a { background-color: rgb(188,245,128); }

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

border-color css

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

 span { border-color: rgb(188,245,128); }

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