Html Css Color HEX #BDDA78 Sulu

📋 copy color: '#BDDA78'

red 189 ◦ green 218 ◦ blue 120

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

Shades of Sulu #BDDA78

Tints of Sulu #BDDA78

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

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

R = 35.86%
G = 41.37%
B = 22.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#BDDA78 (or 0xBDDA78) is known color: Sulu. HEX triplet: BD, DA and 78. RGB value is (189,218,120). Sum of RGB (Red+Green+Blue) = 189+218+120=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA78 is #422587. Grayscale: #C6C6C6. Windows color (decimal): -4334984 or 7920317. OLE color: 7920317.

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

Color convert

RGB 189 218 120 -
CMYK 0.13 0 0.45 0.15
HSL 77.76º 0.57% 0.66% -
HSV(B) 77.76º 0.45% 0.85% -
XYZ 49.45 62.32 27.19 -
YUV 198.16 83.89 121.47 -
System Red Green Blue C M Y K H S L
Decimal 189 218 120 0.13 0 0.45 0.15 77.76 0.57 0.66
Hex BD DA 78 D 0 2D F 4E 39 42
Octal 275 332 170 15 0 55 17 116 71 102
Binary 10111101 11011010 1111000 1101 0 101101 1111 1001110 111001 1000010

Color Harmonies of #BDDA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA78

Black with #BDDA78

Text Example


Text Example

White with #BDDA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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