Html Css Color HEX #BCDD70 Sulu

📋 copy color: '#BCDD70'

red 188 ◦ green 221 ◦ blue 112

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

Shades of Sulu #BCDD70

Tints of Sulu #BCDD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.5%

R = 36.08%
G = 42.42%
B = 21.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#BCDD70 (or 0xBCDD70) is known color: Sulu. HEX triplet: BC, DD and 70. RGB value is (188,221,112). Sum of RGB (Red+Green+Blue) = 188+221+112=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD70 is #43228F. Grayscale: #C7C7C7. Windows color (decimal): -4399760 or 7396796. OLE color: 7396796.

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

Color convert

RGB 188 221 112 -
CMYK 0.15 0 0.49 0.13
HSL 78.17º 0.62% 0.65% -
HSV(B) 78.17º 0.49% 0.87% -
XYZ 49.52 63.57 24.99 -
YUV 198.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 188 221 112 0.15 0 0.49 0.13 78.17 0.62 0.65
Hex BC DD 70 F 0 31 D 4E 3E 41
Octal 274 335 160 17 0 61 15 116 76 101
Binary 10111100 11011101 1110000 1111 0 110001 1101 1001110 111110 1000001

Color Harmonies of #BCDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD70

Black with #BCDD70

Text Example


Text Example

White with #BCDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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