Html Css Color HEX #BCFD78 Sulu

📋 copy color: '#BCFD78'

red 188 ◦ green 253 ◦ blue 120

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

Shades of Sulu #BCFD78

Tints of Sulu #BCFD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.39%

R = 33.51%
G = 45.1%
B = 21.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#BCFD78 (or 0xBCFD78) is known color: Sulu. HEX triplet: BC, FD and 78. RGB value is (188,253,120). Sum of RGB (Red+Green+Blue) = 188+253+120=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD78 is #430287. Grayscale: #DADADA. Windows color (decimal): -4391560 or 7929276. OLE color: 7929276.

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

Color convert

RGB 188 253 120 -
CMYK 0.26 0 0.53 0.01
HSL 89.32º 0.97% 0.73% -
HSV(B) 89.32º 0.53% 0.99% -
XYZ 59.25 82.3 30.53 -
YUV 218.4 72.47 106.31 -
System Red Green Blue C M Y K H S L
Decimal 188 253 120 0.26 0 0.53 0.01 89.32 0.97 0.73
Hex BC FD 78 1A 0 35 1 59 61 49
Octal 274 375 170 32 0 65 1 131 141 111
Binary 10111100 11111101 1111000 11010 0 110101 1 1011001 1100001 1001001

Color Harmonies of #BCFD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD78

Black with #BCFD78

Text Example


Text Example

White with #BCFD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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