Html Css Color HEX #BDF481 Sulu

📋 copy color: '#BDF481'

red 189 ◦ green 244 ◦ blue 129

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

Shades of Sulu #BDF481

Tints of Sulu #BDF481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.95%

R = 33.63%
G = 43.42%
B = 22.95%

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

#BDF481 (or 0xBDF481) is known color: Sulu. HEX triplet: BD, F4 and 81. RGB value is (189,244,129). Sum of RGB (Red+Green+Blue) = 189+244+129=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF481 is #420B7E. Grayscale: #D6D6D6. Windows color (decimal): -4328319 or 8516797. OLE color: 8516797.

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

Color convert

RGB 189 244 129 -
CMYK 0.23 0 0.47 0.04
HSL 88.7º 0.84% 0.73% -
HSV(B) 88.7º 0.47% 0.96% -
XYZ 57.3 77.11 32.63 -
YUV 214.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 189 244 129 0.23 0 0.47 0.04 88.7 0.84 0.73
Hex BD F4 81 17 0 2F 4 59 54 49
Octal 275 364 201 27 0 57 4 131 124 111
Binary 10111101 11110100 10000001 10111 0 101111 100 1011001 1010100 1001001

Color Harmonies of #BDF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF481

Black with #BDF481

Text Example


Text Example

White with #BDF481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF481; }

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

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

background-color css

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

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

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

border-color css

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

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

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