Html Css Color HEX #BFF17E Sulu

📋 copy color: '#BFF17E'

red 191 ◦ green 241 ◦ blue 126

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

Shades of Sulu #BFF17E

Tints of Sulu #BFF17E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.19%

 BLUE value IS 126 (49.61% from 255) = 22.58%

R = 34.23%
G = 43.19%
B = 22.58%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#BFF17E (or 0xBFF17E) is known color: Sulu. HEX triplet: BF, F1 and 7E. RGB value is (191,241,126). Sum of RGB (Red+Green+Blue) = 191+241+126=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF17E is #400E81. Grayscale: #D5D5D5. Windows color (decimal): -4198018 or 8319423. OLE color: 8319423.

HSL color Cylindrical-coordinate representation of color #BFF17E: hue angle of 86.09º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFF17E is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 126 -
CMYK 0.21 0 0.48 0.05
HSL 86.09º 0.8% 0.72% -
HSV(B) 86.09º 0.48% 0.95% -
XYZ 56.71 75.49 31.32 -
YUV 212.94 78.94 112.35 -
System Red Green Blue C M Y K H S L
Decimal 191 241 126 0.21 0 0.48 0.05 86.09 0.8 0.72
Hex BF F1 7E 15 0 30 5 56 50 48
Octal 277 361 176 25 0 60 5 126 120 110
Binary 10111111 11110001 1111110 10101 0 110000 101 1010110 1010000 1001000

Color Harmonies of #BFF17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF17E

Black with #BFF17E

Text Example


Text Example

White with #BFF17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF17E; }

 p { color: rgb(191,241,126); }

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

background-color css

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

 a { background-color: rgb(191,241,126); }

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

border-color css

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

 span { border-color: rgb(191,241,126); }

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