Html Css Color HEX #BDEF80 Sulu

📋 copy color: '#BDEF80'

red 189 ◦ green 239 ◦ blue 128

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

Shades of Sulu #BDEF80

Tints of Sulu #BDEF80

RGB

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

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

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

R = 33.99%
G = 42.99%
B = 23.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#BDEF80 (or 0xBDEF80) is known color: Sulu. HEX triplet: BD, EF and 80. RGB value is (189,239,128). Sum of RGB (Red+Green+Blue) = 189+239+128=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEF80 is #42107F. Grayscale: #D3D3D3. Windows color (decimal): -4329600 or 8449981. OLE color: 8449981.

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

Color convert

RGB 189 239 128 -
CMYK 0.21 0 0.46 0.06
HSL 87.03º 0.78% 0.72% -
HSV(B) 87.03º 0.46% 0.94% -
XYZ 55.75 74.11 31.79 -
YUV 211.4 80.94 112.03 -
System Red Green Blue C M Y K H S L
Decimal 189 239 128 0.21 0 0.46 0.06 87.03 0.78 0.72
Hex BD EF 80 15 0 2E 6 57 4E 48
Octal 275 357 200 25 0 56 6 127 116 110
Binary 10111101 11101111 10000000 10101 0 101110 110 1010111 1001110 1001000

Color Harmonies of #BDEF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF80

Black with #BDEF80

Text Example


Text Example

White with #BDEF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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