Html Css Color HEX #BCFD63 Sulu

📋 copy color: '#BCFD63'

red 188 ◦ green 253 ◦ blue 99

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

Shades of Sulu #BCFD63

Tints of Sulu #BCFD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.33%

R = 34.81%
G = 46.85%
B = 18.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#BCFD63 (or 0xBCFD63) is known color: Sulu. HEX triplet: BC, FD and 63. RGB value is (188,253,99). Sum of RGB (Red+Green+Blue) = 188+253+99=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD63 is #43029C. Grayscale: #D8D8D8. Windows color (decimal): -4391581 or 6553020. OLE color: 6553020.

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

Color convert

RGB 188 253 99 -
CMYK 0.26 0 0.61 0.01
HSL 85.32º 0.97% 0.69% -
HSV(B) 85.32º 0.61% 0.99% -
XYZ 58.12 81.84 24.54 -
YUV 216.01 61.97 108.02 -
System Red Green Blue C M Y K H S L
Decimal 188 253 99 0.26 0 0.61 0.01 85.32 0.97 0.69
Hex BC FD 63 1A 0 3D 1 55 61 45
Octal 274 375 143 32 0 75 1 125 141 105
Binary 10111100 11111101 1100011 11010 0 111101 1 1010101 1100001 1000101

Color Harmonies of #BCFD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD63

Black with #BCFD63

Text Example


Text Example

White with #BCFD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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