Html Css Color HEX #BDF582 Sulu

📋 copy color: '#BDF582'

red 189 ◦ green 245 ◦ blue 130

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

Shades of Sulu #BDF582

Tints of Sulu #BDF582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.05%

R = 33.51%
G = 43.44%
B = 23.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#BDF582 (or 0xBDF582) is known color: Sulu. HEX triplet: BD, F5 and 82. RGB value is (189,245,130). Sum of RGB (Red+Green+Blue) = 189+245+130=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF582 is #420A7D. Grayscale: #D7D7D7. Windows color (decimal): -4328062 or 8582589. OLE color: 8582589.

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

Color convert

RGB 189 245 130 -
CMYK 0.23 0 0.47 0.04
HSL 89.22º 0.85% 0.74% -
HSV(B) 89.22º 0.47% 0.96% -
XYZ 57.67 77.74 33.08 -
YUV 215.15 79.95 109.35 -
System Red Green Blue C M Y K H S L
Decimal 189 245 130 0.23 0 0.47 0.04 89.22 0.85 0.74
Hex BD F5 82 17 0 2F 4 59 55 4A
Octal 275 365 202 27 0 57 4 131 125 112
Binary 10111101 11110101 10000010 10111 0 101111 100 1011001 1010101 1001010

Color Harmonies of #BDF582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF582

Black with #BDF582

Text Example


Text Example

White with #BDF582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF582; }

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

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

background-color css

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

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

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

border-color css

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

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

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