Html Css Color HEX #BCFB6F Sulu

📋 copy color: '#BCFB6F'

red 188 ◦ green 251 ◦ blue 111

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

Shades of Sulu #BCFB6F

Tints of Sulu #BCFB6F

RGB

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

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

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

R = 34.18%
G = 45.64%
B = 20.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#BCFB6F (or 0xBCFB6F) is known color: Sulu. HEX triplet: BC, FB and 6F. RGB value is (188,251,111). Sum of RGB (Red+Green+Blue) = 188+251+111=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB6F is #430490. Grayscale: #D8D8D8. Windows color (decimal): -4392081 or 7338940. OLE color: 7338940.

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

Color convert

RGB 188 251 111 -
CMYK 0.25 0 0.56 0.02
HSL 87º 0.95% 0.71% -
HSV(B) 87º 0.56% 0.98% -
XYZ 58.11 80.83 27.58 -
YUV 216.2 68.63 107.88 -
System Red Green Blue C M Y K H S L
Decimal 188 251 111 0.25 0 0.56 0.02 87 0.95 0.71
Hex BC FB 6F 19 0 38 2 57 5F 47
Octal 274 373 157 31 0 70 2 127 137 107
Binary 10111100 11111011 1101111 11001 0 111000 10 1010111 1011111 1000111

Color Harmonies of #BCFB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB6F

Black with #BCFB6F

Text Example


Text Example

White with #BCFB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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