Html Css Color HEX #BCDF6D Sulu

📋 copy color: '#BCDF6D'

red 188 ◦ green 223 ◦ blue 109

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

Shades of Sulu #BCDF6D

Tints of Sulu #BCDF6D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.88%

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

R = 36.15%
G = 42.88%
B = 20.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BCDF6D (or 0xBCDF6D) is known color: Sulu. HEX triplet: BC, DF and 6D. RGB value is (188,223,109). Sum of RGB (Red+Green+Blue) = 188+223+109=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF6D is #432092. Grayscale: #C7C7C7. Windows color (decimal): -4399251 or 7200700. OLE color: 7200700.

HSL color Cylindrical-coordinate representation of color #BCDF6D: hue angle of 78.42º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCDF6D is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 109 -
CMYK 0.16 0 0.51 0.13
HSL 78.42º 0.64% 0.65% -
HSV(B) 78.42º 0.51% 0.87% -
XYZ 49.89 64.57 24.3 -
YUV 199.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 188 223 109 0.16 0 0.51 0.13 78.42 0.64 0.65
Hex BC DF 6D 10 0 33 D 4E 40 41
Octal 274 337 155 20 0 63 15 116 100 101
Binary 10111100 11011111 1101101 10000 0 110011 1101 1001110 1000000 1000001

Color Harmonies of #BCDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF6D

Black with #BCDF6D

Text Example


Text Example

White with #BCDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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