Html Css Color HEX #BCFE66 Sulu

📋 copy color: '#BCFE66'

red 188 ◦ green 254 ◦ blue 102

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

Shades of Sulu #BCFE66

Tints of Sulu #BCFE66

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.69%

 BLUE value IS 102 (40.23% from 255) = 18.75%

R = 34.56%
G = 46.69%
B = 18.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#BCFE66 (or 0xBCFE66) is known color: Sulu. HEX triplet: BC, FE and 66. RGB value is (188,254,102). Sum of RGB (Red+Green+Blue) = 188+254+102=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE66 is #430199. Grayscale: #D9D9D9. Windows color (decimal): -4391322 or 6749884. OLE color: 6749884.

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

Color convert

RGB 188 254 102 -
CMYK 0.26 0 0.60 0.00
HSL 86.05º 0.99% 0.7% -
HSV(B) 86.05º 0.6% 1% -
XYZ 58.58 82.53 25.41 -
YUV 216.94 63.13 107.36 -
System Red Green Blue C M Y K H S L
Decimal 188 254 102 0.26 0 0.60 0.00 86.05 0.99 0.7
Hex BC FE 66 1A 0 3C 0 56 63 46
Octal 274 376 146 32 0 74 0 126 143 106
Binary 10111100 11111110 1100110 11010 0 111100 0 1010110 1100011 1000110

Color Harmonies of #BCFE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE66

Black with #BCFE66

Text Example


Text Example

White with #BCFE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE66; }

 p { color: rgb(188,254,102); }

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

background-color css

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

 a { background-color: rgb(188,254,102); }

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

border-color css

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

 span { border-color: rgb(188,254,102); }

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