Html Css Color HEX #BDF883 Sulu

📋 copy color: '#BDF883'

red 189 ◦ green 248 ◦ blue 131

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

Shades of Sulu #BDF883

Tints of Sulu #BDF883

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.66%

 BLUE value IS 131 (51.56% from 255) = 23.06%

R = 33.27%
G = 43.66%
B = 23.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#BDF883 (or 0xBDF883) is known color: Sulu. HEX triplet: BD, F8 and 83. RGB value is (189,248,131). Sum of RGB (Red+Green+Blue) = 189+248+131=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF883 is #42077C. Grayscale: #D9D9D9. Windows color (decimal): -4327293 or 8648893. OLE color: 8648893.

HSL color Cylindrical-coordinate representation of color #BDF883: hue angle of 90.26º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDF883 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 131 -
CMYK 0.24 0 0.47 0.03
HSL 90.26º 0.89% 0.74% -
HSV(B) 90.26º 0.47% 0.97% -
XYZ 58.65 79.59 33.74 -
YUV 217.02 79.45 108.01 -
System Red Green Blue C M Y K H S L
Decimal 189 248 131 0.24 0 0.47 0.03 90.26 0.89 0.74
Hex BD F8 83 18 0 2F 3 5A 59 4A
Octal 275 370 203 30 0 57 3 132 131 112
Binary 10111101 11111000 10000011 11000 0 101111 11 1011010 1011001 1001010

Color Harmonies of #BDF883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF883

Black with #BDF883

Text Example


Text Example

White with #BDF883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF883; }

 p { color: rgb(189,248,131); }

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

background-color css

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

 a { background-color: rgb(189,248,131); }

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

border-color css

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

 span { border-color: rgb(189,248,131); }

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