Html Css Color HEX #BDF082 Sulu

📋 copy color: '#BDF082'

red 189 ◦ green 240 ◦ blue 130

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

Shades of Sulu #BDF082

Tints of Sulu #BDF082

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.93%

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

R = 33.81%
G = 42.93%
B = 23.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#BDF082 (or 0xBDF082) is known color: Sulu. HEX triplet: BD, F0 and 82. RGB value is (189,240,130). Sum of RGB (Red+Green+Blue) = 189+240+130=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF082 is #420F7D. Grayscale: #D4D4D4. Windows color (decimal): -4329342 or 8581309. OLE color: 8581309.

HSL color Cylindrical-coordinate representation of color #BDF082: hue angle of 87.82º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF082 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 130 -
CMYK 0.21 0 0.46 0.06
HSL 87.82º 0.79% 0.73% -
HSV(B) 87.82º 0.46% 0.94% -
XYZ 56.18 74.75 32.59 -
YUV 212.21 81.6 111.44 -
System Red Green Blue C M Y K H S L
Decimal 189 240 130 0.21 0 0.46 0.06 87.82 0.79 0.73
Hex BD F0 82 15 0 2E 6 58 4F 49
Octal 275 360 202 25 0 56 6 130 117 111
Binary 10111101 11110000 10000010 10101 0 101110 110 1011000 1001111 1001001

Color Harmonies of #BDF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF082

Black with #BDF082

Text Example


Text Example

White with #BDF082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF082; }

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

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

background-color css

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

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

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

border-color css

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

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

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