Html Css Color HEX #BFDF83 Sulu

📋 copy color: '#BFDF83'

red 191 ◦ green 223 ◦ blue 131

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

Shades of Sulu #BFDF83

Tints of Sulu #BFDF83

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.92%

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

R = 35.05%
G = 40.92%
B = 24.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#BFDF83 (or 0xBFDF83) is known color: Sulu. HEX triplet: BF, DF and 83. RGB value is (191,223,131). Sum of RGB (Red+Green+Blue) = 191+223+131=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF83 is #40207C. Grayscale: #CBCBCB. Windows color (decimal): -4202621 or 8642495. OLE color: 8642495.

HSL color Cylindrical-coordinate representation of color #BFDF83: hue angle of 80.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFDF83 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 131 -
CMYK 0.14 0 0.41 0.13
HSL 80.87º 0.59% 0.69% -
HSV(B) 80.87º 0.41% 0.87% -
XYZ 51.97 65.49 31.37 -
YUV 202.94 87.4 119.48 -
System Red Green Blue C M Y K H S L
Decimal 191 223 131 0.14 0 0.41 0.13 80.87 0.59 0.69
Hex BF DF 83 E 0 29 D 51 3B 45
Octal 277 337 203 16 0 51 15 121 73 105
Binary 10111111 11011111 10000011 1110 0 101001 1101 1010001 111011 1000101

Color Harmonies of #BFDF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF83

Black with #BFDF83

Text Example


Text Example

White with #BFDF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF83; }

 p { color: rgb(191,223,131); }

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

background-color css

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

 a { background-color: rgb(191,223,131); }

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

border-color css

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

 span { border-color: rgb(191,223,131); }

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