Html Css Color HEX #BCFF6F Sulu

📋 copy color: '#BCFF6F'

red 188 ◦ green 255 ◦ blue 111

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

Shades of Sulu #BCFF6F

Tints of Sulu #BCFF6F

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

 BLUE value IS 111 (43.75% from 255) = 20.04%

R = 33.94%
G = 46.03%
B = 20.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#BCFF6F (or 0xBCFF6F) is known color: Sulu. HEX triplet: BC, FF and 6F. RGB value is (188,255,111). Sum of RGB (Red+Green+Blue) = 188+255+111=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF6F is #430090. Grayscale: #DBDBDB. Windows color (decimal): -4391057 or 7339964. OLE color: 7339964.

HSL color Cylindrical-coordinate representation of color #BCFF6F: hue angle of 87.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCFF6F is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 111 -
CMYK 0.26 0 0.56 0
HSL 87.92º 1% 0.72% -
HSV(B) 87.92º 0.56% 1% -
XYZ 59.37 83.36 28 -
YUV 218.55 67.3 106.21 -
System Red Green Blue C M Y K H S L
Decimal 188 255 111 0.26 0 0.56 0 87.92 1 0.72
Hex BC FF 6F 1A 0 38 0 58 64 48
Octal 274 377 157 32 0 70 0 130 144 110
Binary 10111100 11111111 1101111 11010 0 111000 0 1011000 1100100 1001000

Color Harmonies of #BCFF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF6F

Black with #BCFF6F

Text Example


Text Example

White with #BCFF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF6F; }

 p { color: rgb(188,255,111); }

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

background-color css

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

 a { background-color: rgb(188,255,111); }

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

border-color css

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

 span { border-color: rgb(188,255,111); }

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