Html Css Color HEX #BCFF78 Sulu

📋 copy color: '#BCFF78'

red 188 ◦ green 255 ◦ blue 120

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

Shades of Sulu #BCFF78

Tints of Sulu #BCFF78

RGB

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

 GREEN value IS 255 (100% from 255) = 45.29%

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

R = 33.39%
G = 45.29%
B = 21.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#BCFF78 (or 0xBCFF78) is known color: Sulu. HEX triplet: BC, FF and 78. RGB value is (188,255,120). Sum of RGB (Red+Green+Blue) = 188+255+120=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF78 is #430087. Grayscale: #DCDCDC. Windows color (decimal): -4391048 or 7929788. OLE color: 7929788.

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

Color convert

RGB 188 255 120 -
CMYK 0.26 0 0.53 0
HSL 89.78º 1% 0.74% -
HSV(B) 89.78º 0.53% 1% -
XYZ 59.89 83.57 30.74 -
YUV 219.58 71.8 105.48 -
System Red Green Blue C M Y K H S L
Decimal 188 255 120 0.26 0 0.53 0 89.78 1 0.74
Hex BC FF 78 1A 0 35 0 5A 64 4A
Octal 274 377 170 32 0 65 0 132 144 112
Binary 10111100 11111111 1111000 11010 0 110101 0 1011010 1100100 1001010

Color Harmonies of #BCFF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF78

Black with #BCFF78

Text Example


Text Example

White with #BCFF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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