Html Css Color HEX #BDF682 Sulu

📋 copy color: '#BDF682'

red 189 ◦ green 246 ◦ blue 130

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

Shades of Sulu #BDF682

Tints of Sulu #BDF682

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.54%

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

R = 33.45%
G = 43.54%
B = 23.01%

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

#BDF682 (or 0xBDF682) is known color: Sulu. HEX triplet: BD, F6 and 82. RGB value is (189,246,130). Sum of RGB (Red+Green+Blue) = 189+246+130=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF682 is #42097D. Grayscale: #D8D8D8. Windows color (decimal): -4327806 or 8582845. OLE color: 8582845.

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

Color convert

RGB 189 246 130 -
CMYK 0.23 0 0.47 0.04
HSL 89.48º 0.87% 0.74% -
HSV(B) 89.48º 0.47% 0.96% -
XYZ 57.97 78.34 33.19 -
YUV 215.73 79.62 108.93 -
System Red Green Blue C M Y K H S L
Decimal 189 246 130 0.23 0 0.47 0.04 89.48 0.87 0.74
Hex BD F6 82 17 0 2F 4 59 57 4A
Octal 275 366 202 27 0 57 4 131 127 112
Binary 10111101 11110110 10000010 10111 0 101111 100 1011001 1010111 1001010

Color Harmonies of #BDF682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF682

Black with #BDF682

Text Example


Text Example

White with #BDF682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF682; }

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

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

background-color css

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

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

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

border-color css

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

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

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