Html Css Color HEX #BFDC71 Sulu

📋 copy color: '#BFDC71'

red 191 ◦ green 220 ◦ blue 113

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

Shades of Sulu #BFDC71

Tints of Sulu #BFDC71

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.98%

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

R = 36.45%
G = 41.98%
B = 21.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#BFDC71 (or 0xBFDC71) is known color: Sulu. HEX triplet: BF, DC and 71. RGB value is (191,220,113). Sum of RGB (Red+Green+Blue) = 191+220+113=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC71 is #40238E. Grayscale: #C7C7C7. Windows color (decimal): -4203407 or 7462079. OLE color: 7462079.

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

Color convert

RGB 191 220 113 -
CMYK 0.13 0 0.49 0.14
HSL 76.26º 0.6% 0.65% -
HSV(B) 76.26º 0.49% 0.86% -
XYZ 50.06 63.46 25.23 -
YUV 199.13 79.39 122.2 -
System Red Green Blue C M Y K H S L
Decimal 191 220 113 0.13 0 0.49 0.14 76.26 0.6 0.65
Hex BF DC 71 D 0 31 E 4C 3C 41
Octal 277 334 161 15 0 61 16 114 74 101
Binary 10111111 11011100 1110001 1101 0 110001 1110 1001100 111100 1000001

Color Harmonies of #BFDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC71

Black with #BFDC71

Text Example


Text Example

White with #BFDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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