Html Css Color HEX #BFED81 Sulu

📋 copy color: '#BFED81'

red 191 ◦ green 237 ◦ blue 129

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

Shades of Sulu #BFED81

Tints of Sulu #BFED81

RGB

 RED value IS 191 (75% from 255) = 34.29%

 GREEN value IS 237 (92.97% from 255) = 42.55%

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

R = 34.29%
G = 42.55%
B = 23.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#BFED81 (or 0xBFED81) is known color: Sulu. HEX triplet: BF, ED and 81. RGB value is (191,237,129). Sum of RGB (Red+Green+Blue) = 191+237+129=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED81 is #40127E. Grayscale: #D3D3D3. Windows color (decimal): -4199039 or 8515007. OLE color: 8515007.

HSL color Cylindrical-coordinate representation of color #BFED81: hue angle of 85.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFED81 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 129 -
CMYK 0.19 0 0.46 0.07
HSL 85.56º 0.75% 0.72% -
HSV(B) 85.56º 0.46% 0.93% -
XYZ 55.73 73.23 31.97 -
YUV 210.93 81.76 113.78 -
System Red Green Blue C M Y K H S L
Decimal 191 237 129 0.19 0 0.46 0.07 85.56 0.75 0.72
Hex BF ED 81 13 0 2E 7 56 4B 48
Octal 277 355 201 23 0 56 7 126 113 110
Binary 10111111 11101101 10000001 10011 0 101110 111 1010110 1001011 1001000

Color Harmonies of #BFED81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFED81

Black with #BFED81

Text Example


Text Example

White with #BFED81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFED81; }

 p { color: rgb(191,237,129); }

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

background-color css

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

 a { background-color: rgb(191,237,129); }

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

border-color css

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

 span { border-color: rgb(191,237,129); }

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