Html Css Color HEX #BCDF6F Sulu

📋 copy color: '#BCDF6F'

red 188 ◦ green 223 ◦ blue 111

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

Shades of Sulu #BCDF6F

Tints of Sulu #BCDF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.26%

R = 36.02%
G = 42.72%
B = 21.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BCDF6F (or 0xBCDF6F) is known color: Sulu. HEX triplet: BC, DF and 6F. RGB value is (188,223,111). Sum of RGB (Red+Green+Blue) = 188+223+111=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF6F is #432090. Grayscale: #C8C8C8. Windows color (decimal): -4399249 or 7331772. OLE color: 7331772.

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

Color convert

RGB 188 223 111 -
CMYK 0.16 0 0.50 0.13
HSL 78.75º 0.64% 0.65% -
HSV(B) 78.75º 0.5% 0.87% -
XYZ 50 64.61 24.88 -
YUV 199.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 188 223 111 0.16 0 0.50 0.13 78.75 0.64 0.65
Hex BC DF 6F 10 0 32 D 4F 40 41
Octal 274 337 157 20 0 62 15 117 100 101
Binary 10111100 11011111 1101111 10000 0 110010 1101 1001111 1000000 1000001

Color Harmonies of #BCDF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF6F

Black with #BCDF6F

Text Example


Text Example

White with #BCDF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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