Html Css Color HEX #BCFD68 Sulu

📋 copy color: '#BCFD68'

red 188 ◦ green 253 ◦ blue 104

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

Shades of Sulu #BCFD68

Tints of Sulu #BCFD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.08%

R = 34.5%
G = 46.42%
B = 19.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#BCFD68 (or 0xBCFD68) is known color: Sulu. HEX triplet: BC, FD and 68. RGB value is (188,253,104). Sum of RGB (Red+Green+Blue) = 188+253+104=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD68 is #430297. Grayscale: #D9D9D9. Windows color (decimal): -4391576 or 6880700. OLE color: 6880700.

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

Color convert

RGB 188 253 104 -
CMYK 0.26 0 0.59 0.01
HSL 86.17º 0.97% 0.7% -
HSV(B) 86.17º 0.59% 0.99% -
XYZ 58.36 81.94 25.84 -
YUV 216.58 64.47 107.62 -
System Red Green Blue C M Y K H S L
Decimal 188 253 104 0.26 0 0.59 0.01 86.17 0.97 0.7
Hex BC FD 68 1A 0 3B 1 56 61 46
Octal 274 375 150 32 0 73 1 126 141 106
Binary 10111100 11111101 1101000 11010 0 111011 1 1010110 1100001 1000110

Color Harmonies of #BCFD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD68

Black with #BCFD68

Text Example


Text Example

White with #BCFD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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