Html Css Color HEX #BCDF7D Sulu

📋 copy color: '#BCDF7D'

red 188 ◦ green 223 ◦ blue 125

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

Shades of Sulu #BCDF7D

Tints of Sulu #BCDF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.32%

R = 35.07%
G = 41.6%
B = 23.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#BCDF7D (or 0xBCDF7D) is known color: Sulu. HEX triplet: BC, DF and 7D. RGB value is (188,223,125). Sum of RGB (Red+Green+Blue) = 188+223+125=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF7D is #432082. Grayscale: #C9C9C9. Windows color (decimal): -4399235 or 8249276. OLE color: 8249276.

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

Color convert

RGB 188 223 125 -
CMYK 0.16 0 0.44 0.13
HSL 81.43º 0.6% 0.68% -
HSV(B) 81.43º 0.44% 0.87% -
XYZ 50.83 64.95 29.26 -
YUV 201.36 84.9 118.47 -
System Red Green Blue C M Y K H S L
Decimal 188 223 125 0.16 0 0.44 0.13 81.43 0.6 0.68
Hex BC DF 7D 10 0 2C D 51 3C 44
Octal 274 337 175 20 0 54 15 121 74 104
Binary 10111100 11011111 1111101 10000 0 101100 1101 1010001 111100 1000100

Color Harmonies of #BCDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF7D

Black with #BCDF7D

Text Example


Text Example

White with #BCDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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