Html Css Color HEX #BDF578 Sulu

📋 copy color: '#BDF578'

red 189 ◦ green 245 ◦ blue 120

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

Shades of Sulu #BDF578

Tints of Sulu #BDF578

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.22%

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

R = 34.12%
G = 44.22%
B = 21.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#BDF578 (or 0xBDF578) is known color: Sulu. HEX triplet: BD, F5 and 78. RGB value is (189,245,120). Sum of RGB (Red+Green+Blue) = 189+245+120=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF578 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF578 is #420A87. Grayscale: #D6D6D6. Windows color (decimal): -4328072 or 7927229. OLE color: 7927229.

HSL color Cylindrical-coordinate representation of color #BDF578: hue angle of 86.88º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDF578 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 120 -
CMYK 0.23 0 0.51 0.04
HSL 86.88º 0.86% 0.72% -
HSV(B) 86.88º 0.51% 0.96% -
XYZ 57.03 77.48 29.72 -
YUV 214.01 74.95 110.16 -
System Red Green Blue C M Y K H S L
Decimal 189 245 120 0.23 0 0.51 0.04 86.88 0.86 0.72
Hex BD F5 78 17 0 33 4 57 56 48
Octal 275 365 170 27 0 63 4 127 126 110
Binary 10111101 11110101 1111000 10111 0 110011 100 1010111 1010110 1001000

Color Harmonies of #BDF578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF578

Black with #BDF578

Text Example


Text Example

White with #BDF578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF578; }

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

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

background-color css

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

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

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

border-color css

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

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

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