Html Css Color HEX #BDF680 Sulu

📋 copy color: '#BDF680'

red 189 ◦ green 246 ◦ blue 128

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

Shades of Sulu #BDF680

Tints of Sulu #BDF680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.74%

R = 33.57%
G = 43.69%
B = 22.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#BDF680 (or 0xBDF680) is known color: Sulu. HEX triplet: BD, F6 and 80. RGB value is (189,246,128). Sum of RGB (Red+Green+Blue) = 189+246+128=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF680 is #42097F. Grayscale: #D7D7D7. Windows color (decimal): -4327808 or 8451773. OLE color: 8451773.

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

Color convert

RGB 189 246 128 -
CMYK 0.23 0 0.48 0.04
HSL 88.98º 0.87% 0.73% -
HSV(B) 88.98º 0.48% 0.96% -
XYZ 57.84 78.29 32.48 -
YUV 215.51 78.62 109.09 -
System Red Green Blue C M Y K H S L
Decimal 189 246 128 0.23 0 0.48 0.04 88.98 0.87 0.73
Hex BD F6 80 17 0 30 4 59 57 49
Octal 275 366 200 27 0 60 4 131 127 111
Binary 10111101 11110110 10000000 10111 0 110000 100 1011001 1010111 1001001

Color Harmonies of #BDF680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF680

Black with #BDF680

Text Example


Text Example

White with #BDF680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF680; }

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

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

background-color css

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

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

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

border-color css

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

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

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