Html Css Color HEX #BDEF83 Sulu

📋 copy color: '#BDEF83'

red 189 ◦ green 239 ◦ blue 131

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

Shades of Sulu #BDEF83

Tints of Sulu #BDEF83

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.75%

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

R = 33.81%
G = 42.75%
B = 23.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#BDEF83 (or 0xBDEF83) is known color: Sulu. HEX triplet: BD, EF and 83. RGB value is (189,239,131). Sum of RGB (Red+Green+Blue) = 189+239+131=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF83 is #42107C. Grayscale: #D4D4D4. Windows color (decimal): -4329597 or 8646589. OLE color: 8646589.

HSL color Cylindrical-coordinate representation of color #BDEF83: hue angle of 87.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDEF83 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 131 -
CMYK 0.21 0 0.45 0.06
HSL 87.78º 0.77% 0.73% -
HSV(B) 87.78º 0.45% 0.94% -
XYZ 55.95 74.19 32.84 -
YUV 211.74 82.44 111.78 -
System Red Green Blue C M Y K H S L
Decimal 189 239 131 0.21 0 0.45 0.06 87.78 0.77 0.73
Hex BD EF 83 15 0 2D 6 58 4D 49
Octal 275 357 203 25 0 55 6 130 115 111
Binary 10111101 11101111 10000011 10101 0 101101 110 1011000 1001101 1001001

Color Harmonies of #BDEF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF83

Black with #BDEF83

Text Example


Text Example

White with #BDEF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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