Html Css Color HEX #BCFB81 Sulu

📋 copy color: '#BCFB81'

red 188 ◦ green 251 ◦ blue 129

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

Shades of Sulu #BCFB81

Tints of Sulu #BCFB81

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.19%

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

R = 33.1%
G = 44.19%
B = 22.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#BCFB81 (or 0xBCFB81) is known color: Sulu. HEX triplet: BC, FB and 81. RGB value is (188,251,129). Sum of RGB (Red+Green+Blue) = 188+251+129=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 129 (50.78% from 255 or 22.71% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFB81 is #43047E. Grayscale: #DADADA. Windows color (decimal): -4392063 or 8518588. OLE color: 8518588.

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

Color convert

RGB 188 251 129 -
CMYK 0.25 0 0.49 0.02
HSL 90.98º 0.94% 0.75% -
HSV(B) 90.98º 0.49% 0.98% -
XYZ 59.2 81.27 33.34 -
YUV 218.26 77.63 106.42 -
System Red Green Blue C M Y K H S L
Decimal 188 251 129 0.25 0 0.49 0.02 90.98 0.94 0.75
Hex BC FB 81 19 0 31 2 5B 5E 4B
Octal 274 373 201 31 0 61 2 133 136 113
Binary 10111100 11111011 10000001 11001 0 110001 10 1011011 1011110 1001011

Color Harmonies of #BCFB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB81

Black with #BCFB81

Text Example


Text Example

White with #BCFB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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