Html Css Color HEX #BDDD78 Sulu

📋 copy color: '#BDDD78'

red 189 ◦ green 221 ◦ blue 120

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

Shades of Sulu #BDDD78

Tints of Sulu #BDDD78

RGB

 RED value IS 189 (74.22% from 255) = 35.66%

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

 BLUE value IS 120 (47.27% from 255) = 22.64%

R = 35.66%
G = 41.7%
B = 22.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#BDDD78 (or 0xBDDD78) is known color: Sulu. HEX triplet: BD, DD and 78. RGB value is (189,221,120). Sum of RGB (Red+Green+Blue) = 189+221+120=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 120 (47.27% from 255 or 22.64% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD78 is #422287. Grayscale: #C8C8C8. Windows color (decimal): -4334216 or 7921085. OLE color: 7921085.

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

Color convert

RGB 189 221 120 -
CMYK 0.14 0 0.46 0.13
HSL 79.01º 0.6% 0.67% -
HSV(B) 79.01º 0.46% 0.87% -
XYZ 50.23 63.89 27.45 -
YUV 199.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 189 221 120 0.14 0 0.46 0.13 79.01 0.6 0.67
Hex BD DD 78 E 0 2E D 4F 3C 43
Octal 275 335 170 16 0 56 15 117 74 103
Binary 10111101 11011101 1111000 1110 0 101110 1101 1001111 111100 1000011

Color Harmonies of #BDDD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD78

Black with #BDDD78

Text Example


Text Example

White with #BDDD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD78; }

 p { color: rgb(189,221,120); }

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

background-color css

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

 a { background-color: rgb(189,221,120); }

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

border-color css

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

 span { border-color: rgb(189,221,120); }

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