Html Css Color HEX #BCFD7F Sulu

📋 copy color: '#BCFD7F'

red 188 ◦ green 253 ◦ blue 127

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

Shades of Sulu #BCFD7F

Tints of Sulu #BCFD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.36%

R = 33.1%
G = 44.54%
B = 22.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#BCFD7F (or 0xBCFD7F) is known color: Sulu. HEX triplet: BC, FD and 7F. RGB value is (188,253,127). Sum of RGB (Red+Green+Blue) = 188+253+127=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD7F is #430280. Grayscale: #DBDBDB. Windows color (decimal): -4391553 or 8388028. OLE color: 8388028.

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

Color convert

RGB 188 253 127 -
CMYK 0.26 0 0.50 0.01
HSL 90.95º 0.97% 0.75% -
HSV(B) 90.95º 0.5% 0.99% -
XYZ 59.7 82.47 32.85 -
YUV 219.2 75.97 105.75 -
System Red Green Blue C M Y K H S L
Decimal 188 253 127 0.26 0 0.50 0.01 90.95 0.97 0.75
Hex BC FD 7F 1A 0 32 1 5B 61 4B
Octal 274 375 177 32 0 62 1 133 141 113
Binary 10111100 11111101 1111111 11010 0 110010 1 1011011 1100001 1001011

Color Harmonies of #BCFD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD7F

Black with #BCFD7F

Text Example


Text Example

White with #BCFD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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