Html Css Color HEX #BCFF66 Sulu

📋 copy color: '#BCFF66'

red 188 ◦ green 255 ◦ blue 102

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

Shades of Sulu #BCFF66

Tints of Sulu #BCFF66

RGB

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

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

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

R = 34.5%
G = 46.79%
B = 18.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#BCFF66 (or 0xBCFF66) is known color: Sulu. HEX triplet: BC, FF and 66. RGB value is (188,255,102). Sum of RGB (Red+Green+Blue) = 188+255+102=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF66 is #430099. Grayscale: #DADADA. Windows color (decimal): -4391066 or 6750140. OLE color: 6750140.

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

Color convert

RGB 188 255 102 -
CMYK 0.26 0 0.6 0
HSL 86.27º 1% 0.7% -
HSV(B) 86.27º 0.6% 1% -
XYZ 58.9 83.17 25.52 -
YUV 217.53 62.8 106.94 -
System Red Green Blue C M Y K H S L
Decimal 188 255 102 0.26 0 0.6 0 86.27 1 0.7
Hex BC FF 66 1A 0 3C 0 56 64 46
Octal 274 377 146 32 0 74 0 126 144 106
Binary 10111100 11111111 1100110 11010 0 111100 0 1010110 1100100 1000110

Color Harmonies of #BCFF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF66

Black with #BCFF66

Text Example


Text Example

White with #BCFF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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