Html Css Color HEX #BDF382 Sulu

📋 copy color: '#BDF382'

red 189 ◦ green 243 ◦ blue 130

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

Shades of Sulu #BDF382

Tints of Sulu #BDF382

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.24%

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

R = 33.63%
G = 43.24%
B = 23.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#BDF382 (or 0xBDF382) is known color: Sulu. HEX triplet: BD, F3 and 82. RGB value is (189,243,130). Sum of RGB (Red+Green+Blue) = 189+243+130=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF382 is #420C7D. Grayscale: #D6D6D6. Windows color (decimal): -4328574 or 8582077. OLE color: 8582077.

HSL color Cylindrical-coordinate representation of color #BDF382: hue angle of 88.67º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF382 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 130 -
CMYK 0.22 0 0.47 0.05
HSL 88.67º 0.82% 0.73% -
HSV(B) 88.67º 0.47% 0.95% -
XYZ 57.07 76.53 32.88 -
YUV 213.97 80.61 110.19 -
System Red Green Blue C M Y K H S L
Decimal 189 243 130 0.22 0 0.47 0.05 88.67 0.82 0.73
Hex BD F3 82 16 0 2F 5 59 52 49
Octal 275 363 202 26 0 57 5 131 122 111
Binary 10111101 11110011 10000010 10110 0 101111 101 1011001 1010010 1001001

Color Harmonies of #BDF382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF382

Black with #BDF382

Text Example


Text Example

White with #BDF382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF382; }

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

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

background-color css

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

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

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

border-color css

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

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

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