Html Css Color HEX #BFE571 Sulu

📋 copy color: '#BFE571'

red 191 ◦ green 229 ◦ blue 113

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

Shades of Sulu #BFE571

Tints of Sulu #BFE571

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.96%

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

R = 35.83%
G = 42.96%
B = 21.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#BFE571 (or 0xBFE571) is known color: Sulu. HEX triplet: BF, E5 and 71. RGB value is (191,229,113). Sum of RGB (Red+Green+Blue) = 191+229+113=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE571 is #401A8E. Grayscale: #CCCCCC. Windows color (decimal): -4201103 or 7464383. OLE color: 7464383.

HSL color Cylindrical-coordinate representation of color #BFE571: hue angle of 79.66º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFE571 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 113 -
CMYK 0.17 0 0.51 0.10
HSL 79.66º 0.69% 0.67% -
HSV(B) 79.66º 0.51% 0.9% -
XYZ 52.49 68.31 26.04 -
YUV 204.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 191 229 113 0.17 0 0.51 0.10 79.66 0.69 0.67
Hex BF E5 71 11 0 33 A 50 45 43
Octal 277 345 161 21 0 63 12 120 105 103
Binary 10111111 11100101 1110001 10001 0 110011 1010 1010000 1000101 1000011

Color Harmonies of #BFE571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE571

Black with #BFE571

Text Example


Text Example

White with #BFE571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE571; }

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

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

background-color css

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

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

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

border-color css

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

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

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