Html Css Color HEX #BCFC6D Sulu

📋 copy color: '#BCFC6D'

red 188 ◦ green 252 ◦ blue 109

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

Shades of Sulu #BCFC6D

Tints of Sulu #BCFC6D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.9%

 BLUE value IS 109 (42.97% from 255) = 19.85%

R = 34.24%
G = 45.9%
B = 19.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#BCFC6D (or 0xBCFC6D) is known color: Sulu. HEX triplet: BC, FC and 6D. RGB value is (188,252,109). Sum of RGB (Red+Green+Blue) = 188+252+109=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC6D is #430392. Grayscale: #D9D9D9. Windows color (decimal): -4391827 or 7208124. OLE color: 7208124.

HSL color Cylindrical-coordinate representation of color #BCFC6D: hue angle of 86.85º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCFC6D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 109 -
CMYK 0.25 0 0.57 0.01
HSL 86.85º 0.96% 0.71% -
HSV(B) 86.85º 0.57% 0.99% -
XYZ 58.31 81.42 27.11 -
YUV 216.56 67.3 107.63 -
System Red Green Blue C M Y K H S L
Decimal 188 252 109 0.25 0 0.57 0.01 86.85 0.96 0.71
Hex BC FC 6D 19 0 39 1 57 60 47
Octal 274 374 155 31 0 71 1 127 140 107
Binary 10111100 11111100 1101101 11001 0 111001 1 1010111 1100000 1000111

Color Harmonies of #BCFC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC6D

Black with #BCFC6D

Text Example


Text Example

White with #BCFC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC6D; }

 p { color: rgb(188,252,109); }

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

background-color css

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

 a { background-color: rgb(188,252,109); }

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

border-color css

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

 span { border-color: rgb(188,252,109); }

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