Html Css Color HEX #BFDD71 Sulu

📋 copy color: '#BFDD71'

red 191 ◦ green 221 ◦ blue 113

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

Shades of Sulu #BFDD71

Tints of Sulu #BFDD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.1%

 BLUE value IS 113 (44.53% from 255) = 21.52%

R = 36.38%
G = 42.1%
B = 21.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#BFDD71 (or 0xBFDD71) is known color: Sulu. HEX triplet: BF, DD and 71. RGB value is (191,221,113). Sum of RGB (Red+Green+Blue) = 191+221+113=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD71 is #40228E. Grayscale: #C8C8C8. Windows color (decimal): -4203151 or 7462335. OLE color: 7462335.

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

Color convert

RGB 191 221 113 -
CMYK 0.14 0 0.49 0.13
HSL 76.67º 0.61% 0.65% -
HSV(B) 76.67º 0.49% 0.87% -
XYZ 50.32 63.98 25.32 -
YUV 199.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 191 221 113 0.14 0 0.49 0.13 76.67 0.61 0.65
Hex BF DD 71 E 0 31 D 4D 3D 41
Octal 277 335 161 16 0 61 15 115 75 101
Binary 10111111 11011101 1110001 1110 0 110001 1101 1001101 111101 1000001

Color Harmonies of #BFDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD71

Black with #BFDD71

Text Example


Text Example

White with #BFDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD71; }

 p { color: rgb(191,221,113); }

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

background-color css

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

 a { background-color: rgb(191,221,113); }

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

border-color css

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

 span { border-color: rgb(191,221,113); }

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