Html Css Color HEX #BCFD66 Sulu

📋 copy color: '#BCFD66'

red 188 ◦ green 253 ◦ blue 102

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

Shades of Sulu #BCFD66

Tints of Sulu #BCFD66

RGB

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

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

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

R = 34.62%
G = 46.59%
B = 18.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#BCFD66 (or 0xBCFD66) is known color: Sulu. HEX triplet: BC, FD and 66. RGB value is (188,253,102). Sum of RGB (Red+Green+Blue) = 188+253+102=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD66 is #430299. Grayscale: #D8D8D8. Windows color (decimal): -4391578 or 6749628. OLE color: 6749628.

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

Color convert

RGB 188 253 102 -
CMYK 0.26 0 0.60 0.01
HSL 85.83º 0.97% 0.7% -
HSV(B) 85.83º 0.6% 0.99% -
XYZ 58.26 81.9 25.31 -
YUV 216.35 63.47 107.78 -
System Red Green Blue C M Y K H S L
Decimal 188 253 102 0.26 0 0.60 0.01 85.83 0.97 0.7
Hex BC FD 66 1A 0 3C 1 56 61 46
Octal 274 375 146 32 0 74 1 126 141 106
Binary 10111100 11111101 1100110 11010 0 111100 1 1010110 1100001 1000110

Color Harmonies of #BCFD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD66

Black with #BCFD66

Text Example


Text Example

White with #BCFD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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