Html Css Color HEX #BDE978 Sulu

📋 copy color: '#BDE978'

red 189 ◦ green 233 ◦ blue 120

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

Shades of Sulu #BDE978

Tints of Sulu #BDE978

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.99%

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

R = 34.87%
G = 42.99%
B = 22.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#BDE978 (or 0xBDE978) is known color: Sulu. HEX triplet: BD, E9 and 78. RGB value is (189,233,120). Sum of RGB (Red+Green+Blue) = 189+233+120=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE978 is #421687. Grayscale: #CFCFCF. Windows color (decimal): -4331144 or 7924157. OLE color: 7924157.

HSL color Cylindrical-coordinate representation of color #BDE978: hue angle of 83.36º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDE978 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 120 -
CMYK 0.19 0 0.48 0.09
HSL 83.36º 0.72% 0.69% -
HSV(B) 83.36º 0.48% 0.91% -
XYZ 53.52 70.45 28.55 -
YUV 206.96 78.92 115.19 -
System Red Green Blue C M Y K H S L
Decimal 189 233 120 0.19 0 0.48 0.09 83.36 0.72 0.69
Hex BD E9 78 13 0 30 9 53 48 45
Octal 275 351 170 23 0 60 11 123 110 105
Binary 10111101 11101001 1111000 10011 0 110000 1001 1010011 1001000 1000101

Color Harmonies of #BDE978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE978

Black with #BDE978

Text Example


Text Example

White with #BDE978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE978; }

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

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

background-color css

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

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

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

border-color css

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

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

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