Html Css Color HEX #BCFD64 Sulu

📋 copy color: '#BCFD64'

red 188 ◦ green 253 ◦ blue 100

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

Shades of Sulu #BCFD64

Tints of Sulu #BCFD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.48%

R = 34.75%
G = 46.77%
B = 18.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#BCFD64 (or 0xBCFD64) is known color: Sulu. HEX triplet: BC, FD and 64. RGB value is (188,253,100). Sum of RGB (Red+Green+Blue) = 188+253+100=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD64 is #43029B. Grayscale: #D8D8D8. Windows color (decimal): -4391580 or 6618556. OLE color: 6618556.

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

Color convert

RGB 188 253 100 -
CMYK 0.26 0 0.60 0.01
HSL 85.49º 0.97% 0.69% -
HSV(B) 85.49º 0.6% 0.99% -
XYZ 58.16 81.86 24.79 -
YUV 216.12 62.47 107.94 -
System Red Green Blue C M Y K H S L
Decimal 188 253 100 0.26 0 0.60 0.01 85.49 0.97 0.69
Hex BC FD 64 1A 0 3C 1 55 61 45
Octal 274 375 144 32 0 74 1 125 141 105
Binary 10111100 11111101 1100100 11010 0 111100 1 1010101 1100001 1000101

Color Harmonies of #BCFD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD64

Black with #BCFD64

Text Example


Text Example

White with #BCFD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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