Html Css Color HEX #BDF482 Sulu

📋 copy color: '#BDF482'

red 189 ◦ green 244 ◦ blue 130

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

Shades of Sulu #BDF482

Tints of Sulu #BDF482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.34%

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

R = 33.57%
G = 43.34%
B = 23.09%

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

#BDF482 (or 0xBDF482) is known color: Sulu. HEX triplet: BD, F4 and 82. RGB value is (189,244,130). Sum of RGB (Red+Green+Blue) = 189+244+130=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF482 is #420B7D. Grayscale: #D6D6D6. Windows color (decimal): -4328318 or 8582333. OLE color: 8582333.

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

Color convert

RGB 189 244 130 -
CMYK 0.23 0 0.47 0.04
HSL 88.95º 0.84% 0.73% -
HSV(B) 88.95º 0.47% 0.96% -
XYZ 57.37 77.13 32.98 -
YUV 214.56 80.28 109.77 -
System Red Green Blue C M Y K H S L
Decimal 189 244 130 0.23 0 0.47 0.04 88.95 0.84 0.73
Hex BD F4 82 17 0 2F 4 59 54 49
Octal 275 364 202 27 0 57 4 131 124 111
Binary 10111101 11110100 10000010 10111 0 101111 100 1011001 1010100 1001001

Color Harmonies of #BDF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF482

Black with #BDF482

Text Example


Text Example

White with #BDF482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF482; }

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

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

background-color css

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

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

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

border-color css

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

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

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