Html Css Color HEX #BFE271 Sulu

📋 copy color: '#BFE271'

red 191 ◦ green 226 ◦ blue 113

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

Shades of Sulu #BFE271

Tints of Sulu #BFE271

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.64%

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

R = 36.04%
G = 42.64%
B = 21.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#BFE271 (or 0xBFE271) is known color: Sulu. HEX triplet: BF, E2 and 71. RGB value is (191,226,113). Sum of RGB (Red+Green+Blue) = 191+226+113=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE271 is #401D8E. Grayscale: #CBCBCB. Windows color (decimal): -4201871 or 7463615. OLE color: 7463615.

HSL color Cylindrical-coordinate representation of color #BFE271: hue angle of 78.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE271 is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 226 113 -
CMYK 0.15 0 0.5 0.11
HSL 78.58º 0.66% 0.66% -
HSV(B) 78.58º 0.5% 0.89% -
XYZ 51.66 66.66 25.77 -
YUV 202.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 191 226 113 0.15 0 0.5 0.11 78.58 0.66 0.66
Hex BF E2 71 F 0 32 B 4F 42 42
Octal 277 342 161 17 0 62 13 117 102 102
Binary 10111111 11100010 1110001 1111 0 110010 1011 1001111 1000010 1000010

Color Harmonies of #BFE271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE271

Black with #BFE271

Text Example


Text Example

White with #BFE271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE271; }

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

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

background-color css

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

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

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

border-color css

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

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

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