Html Css Color HEX #BDF183 Sulu

📋 copy color: '#BDF183'

red 189 ◦ green 241 ◦ blue 131

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

Shades of Sulu #BDF183

Tints of Sulu #BDF183

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.96%

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

R = 33.69%
G = 42.96%
B = 23.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#BDF183 (or 0xBDF183) is known color: Sulu. HEX triplet: BD, F1 and 83. RGB value is (189,241,131). Sum of RGB (Red+Green+Blue) = 189+241+131=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF183 is #420E7C. Grayscale: #D5D5D5. Windows color (decimal): -4329085 or 8647101. OLE color: 8647101.

HSL color Cylindrical-coordinate representation of color #BDF183: hue angle of 88.36º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDF183 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 131 -
CMYK 0.22 0 0.46 0.05
HSL 88.36º 0.8% 0.73% -
HSV(B) 88.36º 0.46% 0.95% -
XYZ 56.54 75.37 33.04 -
YUV 212.91 81.77 110.94 -
System Red Green Blue C M Y K H S L
Decimal 189 241 131 0.22 0 0.46 0.05 88.36 0.8 0.73
Hex BD F1 83 16 0 2E 5 58 50 49
Octal 275 361 203 26 0 56 5 130 120 111
Binary 10111101 11110001 10000011 10110 0 101110 101 1011000 1010000 1001001

Color Harmonies of #BDF183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF183

Black with #BDF183

Text Example


Text Example

White with #BDF183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF183; }

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

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

background-color css

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

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

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

border-color css

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

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

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