Html Css Color HEX #BCFC81 Sulu

📋 copy color: '#BCFC81'

red 188 ◦ green 252 ◦ blue 129

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

Shades of Sulu #BCFC81

Tints of Sulu #BCFC81

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.29%

 BLUE value IS 129 (50.78% from 255) = 22.67%

R = 33.04%
G = 44.29%
B = 22.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#BCFC81 (or 0xBCFC81) is known color: Sulu. HEX triplet: BC, FC and 81. RGB value is (188,252,129). Sum of RGB (Red+Green+Blue) = 188+252+129=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC81 is #43037E. Grayscale: #DBDBDB. Windows color (decimal): -4391807 or 8518844. OLE color: 8518844.

HSL color Cylindrical-coordinate representation of color #BCFC81: hue angle of 91.22º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCFC81 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 129 -
CMYK 0.25 0 0.49 0.01
HSL 91.22º 0.95% 0.75% -
HSV(B) 91.22º 0.49% 0.99% -
XYZ 59.51 81.9 33.44 -
YUV 218.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 188 252 129 0.25 0 0.49 0.01 91.22 0.95 0.75
Hex BC FC 81 19 0 31 1 5B 5F 4B
Octal 274 374 201 31 0 61 1 133 137 113
Binary 10111100 11111100 10000001 11001 0 110001 1 1011011 1011111 1001011

Color Harmonies of #BCFC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC81

Black with #BCFC81

Text Example


Text Example

White with #BCFC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC81; }

 p { color: rgb(188,252,129); }

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

background-color css

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

 a { background-color: rgb(188,252,129); }

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

border-color css

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

 span { border-color: rgb(188,252,129); }

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