Html Css Color HEX #BDF583 Sulu

📋 copy color: '#BDF583'

red 189 ◦ green 245 ◦ blue 131

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

Shades of Sulu #BDF583

Tints of Sulu #BDF583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.19%

R = 33.45%
G = 43.36%
B = 23.19%

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

#BDF583 (or 0xBDF583) is known color: Sulu. HEX triplet: BD, F5 and 83. RGB value is (189,245,131). Sum of RGB (Red+Green+Blue) = 189+245+131=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF583 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF583 is #420A7C. Grayscale: #D7D7D7. Windows color (decimal): -4328061 or 8648125. OLE color: 8648125.

HSL color Cylindrical-coordinate representation of color #BDF583: hue angle of 89.47º 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 #BDF583 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 131 -
CMYK 0.23 0 0.47 0.04
HSL 89.47º 0.85% 0.74% -
HSV(B) 89.47º 0.47% 0.96% -
XYZ 57.74 77.76 33.44 -
YUV 215.26 80.45 109.27 -
System Red Green Blue C M Y K H S L
Decimal 189 245 131 0.23 0 0.47 0.04 89.47 0.85 0.74
Hex BD F5 83 17 0 2F 4 59 55 4A
Octal 275 365 203 27 0 57 4 131 125 112
Binary 10111101 11110101 10000011 10111 0 101111 100 1011001 1010101 1001010

Color Harmonies of #BDF583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF583

Black with #BDF583

Text Example


Text Example

White with #BDF583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF583; }

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

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

background-color css

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

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

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

border-color css

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

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

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