Html Css Color HEX #BCDD75 Sulu

📋 copy color: '#BCDD75'

red 188 ◦ green 221 ◦ blue 117

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

Shades of Sulu #BCDD75

Tints of Sulu #BCDD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.24%

R = 35.74%
G = 42.02%
B = 22.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BCDD75 (or 0xBCDD75) is known color: Sulu. HEX triplet: BC, DD and 75. RGB value is (188,221,117). Sum of RGB (Red+Green+Blue) = 188+221+117=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD75 is #43228A. Grayscale: #C7C7C7. Windows color (decimal): -4399755 or 7724476. OLE color: 7724476.

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

Color convert

RGB 188 221 117 -
CMYK 0.15 0 0.47 0.13
HSL 79.04º 0.6% 0.66% -
HSV(B) 79.04º 0.47% 0.87% -
XYZ 49.81 63.69 26.5 -
YUV 199.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 188 221 117 0.15 0 0.47 0.13 79.04 0.6 0.66
Hex BC DD 75 F 0 2F D 4F 3C 42
Octal 274 335 165 17 0 57 15 117 74 102
Binary 10111100 11011101 1110101 1111 0 101111 1101 1001111 111100 1000010

Color Harmonies of #BCDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD75

Black with #BCDD75

Text Example


Text Example

White with #BCDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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