Html Css Color HEX #BCDD7F Sulu

📋 copy color: '#BCDD7F'

red 188 ◦ green 221 ◦ blue 127

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

Shades of Sulu #BCDD7F

Tints of Sulu #BCDD7F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 127 (50% from 255) = 23.69%

R = 35.07%
G = 41.23%
B = 23.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BCDD7F (or 0xBCDD7F) is known color: Sulu. HEX triplet: BC, DD and 7F. RGB value is (188,221,127). Sum of RGB (Red+Green+Blue) = 188+221+127=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD7F is #432280. Grayscale: #C8C8C8. Windows color (decimal): -4399745 or 8379836. OLE color: 8379836.

HSL color Cylindrical-coordinate representation of color #BCDD7F: hue angle of 81.06º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCDD7F is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 127 -
CMYK 0.15 0 0.43 0.13
HSL 81.06º 0.58% 0.68% -
HSV(B) 81.06º 0.43% 0.87% -
XYZ 50.43 63.94 29.76 -
YUV 200.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 188 221 127 0.15 0 0.43 0.13 81.06 0.58 0.68
Hex BC DD 7F F 0 2B D 51 3A 44
Octal 274 335 177 17 0 53 15 121 72 104
Binary 10111100 11011101 1111111 1111 0 101011 1101 1010001 111010 1000100

Color Harmonies of #BCDD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD7F

Black with #BCDD7F

Text Example


Text Example

White with #BCDD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD7F; }

 p { color: rgb(188,221,127); }

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

background-color css

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

 a { background-color: rgb(188,221,127); }

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

border-color css

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

 span { border-color: rgb(188,221,127); }

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