Html Css Color HEX #BCFC64 Sulu

📋 copy color: '#BCFC64'

red 188 ◦ green 252 ◦ blue 100

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

Shades of Sulu #BCFC64

Tints of Sulu #BCFC64

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.67%

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

R = 34.81%
G = 46.67%
B = 18.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#BCFC64 (or 0xBCFC64) is known color: Sulu. HEX triplet: BC, FC and 64. RGB value is (188,252,100). Sum of RGB (Red+Green+Blue) = 188+252+100=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC64 is #43039B. Grayscale: #D8D8D8. Windows color (decimal): -4391836 or 6618300. OLE color: 6618300.

HSL color Cylindrical-coordinate representation of color #BCFC64: hue angle of 85.26º degrees, saturation: 0.96, 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 #BCFC64 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 100 -
CMYK 0.25 0 0.60 0.01
HSL 85.26º 0.96% 0.69% -
HSV(B) 85.26º 0.6% 0.99% -
XYZ 57.85 81.23 24.69 -
YUV 215.54 62.8 108.36 -
System Red Green Blue C M Y K H S L
Decimal 188 252 100 0.25 0 0.60 0.01 85.26 0.96 0.69
Hex BC FC 64 19 0 3C 1 55 60 45
Octal 274 374 144 31 0 74 1 125 140 105
Binary 10111100 11111100 1100100 11001 0 111100 1 1010101 1100000 1000101

Color Harmonies of #BCFC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC64

Black with #BCFC64

Text Example


Text Example

White with #BCFC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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