Html Css Color HEX #BCFD6F Sulu

📋 copy color: '#BCFD6F'

red 188 ◦ green 253 ◦ blue 111

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

Shades of Sulu #BCFD6F

Tints of Sulu #BCFD6F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.83%

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

R = 34.06%
G = 45.83%
B = 20.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#BCFD6F (or 0xBCFD6F) is known color: Sulu. HEX triplet: BC, FD and 6F. RGB value is (188,253,111). Sum of RGB (Red+Green+Blue) = 188+253+111=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD6F is #430290. Grayscale: #D9D9D9. Windows color (decimal): -4391569 or 7339452. OLE color: 7339452.

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

Color convert

RGB 188 253 111 -
CMYK 0.26 0 0.56 0.01
HSL 87.46º 0.97% 0.71% -
HSV(B) 87.46º 0.56% 0.99% -
XYZ 58.73 82.09 27.79 -
YUV 217.38 67.97 107.05 -
System Red Green Blue C M Y K H S L
Decimal 188 253 111 0.26 0 0.56 0.01 87.46 0.97 0.71
Hex BC FD 6F 1A 0 38 1 57 61 47
Octal 274 375 157 32 0 70 1 127 141 107
Binary 10111100 11111101 1101111 11010 0 111000 1 1010111 1100001 1000111

Color Harmonies of #BCFD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD6F

Black with #BCFD6F

Text Example


Text Example

White with #BCFD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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